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
termLabel
Type : System.StringChaîne à rechercher.
defaultLabelOnly
Type : System.Booleanyes si elle recherche uniquement les objets de Label par défaut ; no si la recherche tous les objets Label .
stringMatchOption
Type : Microsoft.SharePoint.Client.Taxonomy.StringMatchOptionComment la chaîne de correspondance.
resultCollectionSize
Type : System.Int32Le nombre maximal d'objets Term pour retourner à partir de chaque TermStore.
trimUnavailable
Type : System.Booleanyes 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.Booleanyes 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 .