Partager via


TaxonomySession.GetTermsInWorkingLocale - Méthode

Recherche les objets Label dans la langue de travail TermStore et renvoie Term objets de tous les objets TermSet , qui ne sont pas limitées à un objet Site , à partir de tous les objets TermStore avec un Label correspondant à la chaîne fournie.

Espace de noms :  Microsoft.SharePoint.Client.Taxonomy
Assemblys :   Microsoft.SharePoint.Client.Taxonomy.Silverlight (dans Microsoft.SharePoint.Client.Taxonomy.Silverlight.dll);  Microsoft.SharePoint.Client.Taxonomy.Phone (dans Microsoft.SharePoint.Client.Taxonomy.Phone.dll)  Microsoft.SharePoint.Client.Taxonomy (dans Microsoft.SharePoint.Client.Taxonomy.dll)

Syntaxe

'Déclaration
Public Function GetTermsInWorkingLocale ( _
    termLabel As String, _
    defaultLabelOnly As Boolean, _
    stringMatchOption As StringMatchOption, _
    resultCollectionSize As Integer, _
    trimUnavailable As Boolean, _
    trimDeprecated As Boolean _
) As TermCollection
'Utilisation
Dim instance As TaxonomySession
Dim termLabel As String
Dim defaultLabelOnly As Boolean
Dim stringMatchOption As StringMatchOption
Dim resultCollectionSize As Integer
Dim trimUnavailable As Boolean
Dim trimDeprecated As Boolean
Dim returnValue As TermCollection

returnValue = instance.GetTermsInWorkingLocale(termLabel, _
    defaultLabelOnly, stringMatchOption, _
    resultCollectionSize, trimUnavailable, _
    trimDeprecated)
public TermCollection GetTermsInWorkingLocale(
    string termLabel,
    bool defaultLabelOnly,
    StringMatchOption stringMatchOption,
    int resultCollectionSize,
    bool trimUnavailable,
    bool trimDeprecated
)

Paramètres

  • defaultLabelOnly
    Type : System.Boolean

    yes si elle recherche uniquement les objets de Label par défaut ; no si la recherche tous les objets Label .

  • resultCollectionSize
    Type : System.Int32

    Le nombre maximal d'objets Term pour retourner à partir de chaque TermStore.

  • trimUnavailable
    Type : System.Boolean

    yes si elle tronque les objets indisponible Term à partir de la collection résultat ; no s'il comprend les objets indisponible Term dans la collection de résultats.

  • trimDeprecated
    Type : System.Boolean

    yes si elle tronque les objets déconseillées Term à partir de la collection résultat ; no s'il comprend les objets déconseillées Term dans la collection de résultats.

Valeur renvoyée

Type : Microsoft.SharePoint.Client.Taxonomy.TermCollection
Renvoie un objet TermCollection .

Voir aussi

Référence

TaxonomySession classe

TaxonomySession - Membres

Microsoft.SharePoint.Client.Taxonomy - Espace de noms