TermStore.GetTerms 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 GetTerms ( _
labelMatchInformation As LabelMatchInformation _
) As TermCollection
'Uso
Dim instance As TermStore
Dim labelMatchInformation As LabelMatchInformation
Dim returnValue As TermCollection
returnValue = instance.GetTerms(labelMatchInformation)
public TermCollection GetTerms(
LabelMatchInformation labelMatchInformation
)
Parâmetros
labelMatchInformation
Tipo: Microsoft.SharePoint.Client.Taxonomy.LabelMatchInformationIndica os critérios de pesquisa para usar quando recuperando objetos Term .
Valor retornado
Tipo: Microsoft.SharePoint.Client.Taxonomy.TermCollection