TermStore.GetTermsWithCustomProperty 方法
命名空間: 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物件的集合。