TermStore.GetTermsWithCustomProperty método
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assemblies: Microsoft.SharePoint.Client.Taxonomy.Silverlight (em Microsoft.SharePoint.Client.Taxonomy.Silverlight.dll); Microsoft.SharePoint.Client.Taxonomy.Phone (em Microsoft.SharePoint.Client.Taxonomy.Phone.dll) Microsoft.SharePoint.Client.Taxonomy (em Microsoft.SharePoint.Client.Taxonomy.dll)
Sintaxe
'Declaração
Public Function GetTermsWithCustomProperty ( _
customPropertyMatchInformation As CustomPropertyMatchInformation _
) As TermCollection
'Uso
Dim instance As TermStore
Dim customPropertyMatchInformation As CustomPropertyMatchInformation
Dim returnValue As TermCollection
returnValue = instance.GetTermsWithCustomProperty(customPropertyMatchInformation)
public TermCollection GetTermsWithCustomProperty(
CustomPropertyMatchInformation customPropertyMatchInformation
)
Parâmetros
customPropertyMatchInformation
Tipo: Microsoft.SharePoint.Client.Taxonomy.CustomPropertyMatchInformationIndica os critérios de pesquisa para usar quando recuperando objetos TermSet .
Valor retornado
Tipo: Microsoft.SharePoint.Client.Taxonomy.TermCollection
Uma coleção de objetos TermSet .