Compartir a través de


del método Term.GetDefaultLabel

Obtiene el valor predeterminado Label para este Term basado en LCID.

Espacio de nombres:  Microsoft.SharePoint.Client.Taxonomy
Ensamblados:   Microsoft.SharePoint.Client.Taxonomy.Silverlight (en Microsoft.SharePoint.Client.Taxonomy.Silverlight.dll);  Microsoft.SharePoint.Client.Taxonomy.Phone (en Microsoft.SharePoint.Client.Taxonomy.Phone.dll)  Microsoft.SharePoint.Client.Taxonomy (en Microsoft.SharePoint.Client.Taxonomy.dll)

Sintaxis

'Declaración
Public Function GetDefaultLabel ( _
    lcid As Integer _
) As ClientResult(Of String)
'Uso
Dim instance As Term
Dim lcid As Integer
Dim returnValue As ClientResult(Of String)

returnValue = instance.GetDefaultLabel(lcid)
public ClientResult<string> GetDefaultLabel(
    int lcid
)

Parámetros

  • lcid
    Tipo: System.Int32

    El LCID predeterminado etiqueta está asociado

Valor devuelto

Tipo: Microsoft.SharePoint.Client.ClientResult<String>
El nombre de la predeterminada Label o una cadena vacía cuando no hay ningún valor predeterminado Label para el LCID.

Excepciones

Excepción Condición
ArgumentOutOfRangeException

El LCID no es válido.

Vea también

Referencia

clase Term

Miembros Term

Espacio de nombres Microsoft.SharePoint.Client.Taxonomy