TermStore.GetTermSetsWithCustomProperty 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 GetTermSetsWithCustomProperty ( _
customPropertyMatchInformation As CustomPropertyMatchInformation _
) As TermSetCollection
'Uso
Dim instance As TermStore
Dim customPropertyMatchInformation As CustomPropertyMatchInformation
Dim returnValue As TermSetCollection
returnValue = instance.GetTermSetsWithCustomProperty(customPropertyMatchInformation)
public TermSetCollection GetTermSetsWithCustomProperty(
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.TermSetCollection
Uma coleção de objetos TermSet .