TaxonomySession.GetTermsInDefaultLanguage - Méthode
Recherche les objets de Label dans la langue par défaut des objets Microsoft.SharePoint.Client.Taxonomy.TermStore et retourne Term objets qui ne sont pas inclus dans l'étendue à un objet Site de tous les objets TermSet , tous les objets TermStore qui contiennent un objet Label qui correspond à 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 GetTermsInDefaultLanguage ( _
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.GetTermsInDefaultLanguage(termLabel, _
defaultLabelOnly, stringMatchOption, _
resultCollectionSize, trimUnavailable, _
trimDeprecated)
public TermCollection GetTermsInDefaultLanguage(
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 à retourner à partir de chaque objet 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 .