Partager via


Term.GetDescription - Méthode (Int32)

Obtient la description de l' Term dans le LCID.

Espace de noms :  Microsoft.SharePoint.Taxonomy
Assembly :  Microsoft.SharePoint.Taxonomy (dans Microsoft.SharePoint.Taxonomy.dll)

Syntaxe

'Déclaration
Public Function GetDescription ( _
    lcid As Integer _
) As String
'Utilisation
Dim instance As Term
Dim lcid As Integer
Dim returnValue As String

returnValue = instance.GetDescription(lcid)
public string GetDescription(
    int lcid
)

Paramètres

  • lcid
    Type : System.Int32

    La description de l'identificateur LCID

Valeur renvoyée

Type : System.String
Description de la Term pour le paramètre lcid , ou une chaîne vide si le Term ne comporte aucune description de LCID.

Exceptions

Exception Condition
ArgumentOutOfRangeException

Le LCID n'est pas valide.

Voir aussi

Référence

Term classe

Term - Membres

GetDescription - Surcharge

Microsoft.SharePoint.Taxonomy - Espace de noms