del método Term.GetDefaultLabel
Obtiene el valor predeterminado Label para este Term basado en LCID.
Espacio de nombres: Microsoft.SharePoint.Taxonomy
Ensamblado: Microsoft.SharePoint.Taxonomy (en Microsoft.SharePoint.Taxonomy.dll)
Sintaxis
'Declaración
Public Function GetDefaultLabel ( _
lcid As Integer _
) As String
'Uso
Dim instance As Term
Dim lcid As Integer
Dim returnValue As String
returnValue = instance.GetDefaultLabel(lcid)
public string GetDefaultLabel(
int lcid
)
Parámetros
lcid
Tipo: System.Int32El LCID predeterminado etiqueta está asociado
Valor devuelto
Tipo: System.String
El nombre de la Label de forma predeterminada 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. |