del método TaxonomySession.GetTerms
Obtiene objetos Term para el objeto de TaxonomySession actual.
Espacio de nombres: Microsoft.SharePoint.Client.Taxonomy
Ensamblados: Microsoft.SharePoint.Client.Taxonomy.Silverlight (en Microsoft.SharePoint.Client.Taxonomy.Silverlight.dll); Microsoft.SharePoint.Client.Taxonomy.Phone (en Microsoft.SharePoint.Client.Taxonomy.Phone.dll) Microsoft.SharePoint.Client.Taxonomy (en Microsoft.SharePoint.Client.Taxonomy.dll)
Sintaxis
'Declaración
Public Function GetTerms ( _
labelMatchInformation As LabelMatchInformation _
) As TermCollection
'Uso
Dim instance As TaxonomySession
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.LabelMatchInformationRecupera los objetos basados en que coincidan con criterios específicos de etiqueta.
Valor devuelto
Tipo: Microsoft.SharePoint.Client.Taxonomy.TermCollection
Una colección ordenada de objetos de Term .