TermStore.GetTermSetsWithCustomProperty 方法

命名空间:  Microsoft.SharePoint.Client.Taxonomy
程序集:   Microsoft.SharePoint.Client.Taxonomy.Silverlight(位于 Microsoft.SharePoint.Client.Taxonomy.Silverlight.dll 中);  Microsoft.SharePoint.Client.Taxonomy.Phone(位于 Microsoft.SharePoint.Client.Taxonomy.Phone.dll 中)  Microsoft.SharePoint.Client.Taxonomy(位于 Microsoft.SharePoint.Client.Taxonomy.dll 中)

语法

声明
Public Function GetTermSetsWithCustomProperty ( _
    customPropertyMatchInformation As CustomPropertyMatchInformation _
) As TermSetCollection
用法
Dim instance As TermStore
Dim customPropertyMatchInformation As CustomPropertyMatchInformation
Dim returnValue As TermSetCollection

returnValue = instance.GetTermSetsWithCustomProperty(customPropertyMatchInformation)
public TermSetCollection GetTermSetsWithCustomProperty(
    CustomPropertyMatchInformation customPropertyMatchInformation
)

参数

返回值

类型:Microsoft.SharePoint.Client.Taxonomy.TermSetCollection
TermSet对象的集合。

另请参阅

引用

TermStore 类

TermStore 成员

Microsoft.SharePoint.Client.Taxonomy 命名空间