命名空间: 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 GetTermsWithCustomProperty ( _
customPropertyMatchInformation As CustomPropertyMatchInformation _
) As TermCollection
用法
Dim instance As TermStore
Dim customPropertyMatchInformation As CustomPropertyMatchInformation
Dim returnValue As TermCollection
returnValue = instance.GetTermsWithCustomProperty(customPropertyMatchInformation)
public TermCollection GetTermsWithCustomProperty(
CustomPropertyMatchInformation customPropertyMatchInformation
)
参数
customPropertyMatchInformation
类型:Microsoft.SharePoint.Client.Taxonomy.CustomPropertyMatchInformation指示检索TermSet对象时要使用的搜索条件。
返回值
类型:Microsoft.SharePoint.Client.Taxonomy.TermCollection
TermSet对象的集合。