Compartir a través de


del método LabelCollection.GetByValue

Obtiene un objeto Label por valor.

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 GetByValue ( _
    index As String _
) As Label
'Uso
Dim instance As LabelCollection
Dim index As String
Dim returnValue As Label

returnValue = instance.GetByValue(index)
public Label GetByValue(
    string index
)

Parámetros

  • index
    Tipo: System.String

    El valor del objeto de etiqueta para recuperar.

Valor devuelto

Tipo: Microsoft.SharePoint.Client.Taxonomy.Label
Un [Microsoft.SharePoint.Client.Taxonomy.Label].

Vea también

Referencia

clase LabelCollection

Miembros LabelCollection

Espacio de nombres Microsoft.SharePoint.Client.Taxonomy