Term.GetDefaultLabel - Méthode
Renvoie la valeur par défaut Label de cette Term basé sur LCID.
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 GetDefaultLabel ( _
lcid As Integer _
) As ClientResult(Of String)
'Utilisation
Dim instance As Term
Dim lcid As Integer
Dim returnValue As ClientResult(Of String)
returnValue = instance.GetDefaultLabel(lcid)
public ClientResult<string> GetDefaultLabel(
int lcid
)
Paramètres
lcid
Type : System.Int32Le LCID par défaut étiquette est associée
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientResult<String>
Le nom de la valeur par défaut Label ou une chaîne vide lorsqu'il y a aucune valeur par défaut Label pour le LCID.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Le LCID n'est pas valide. |