Partager via


TaxonomyField.GetFieldValueAsTaxonomyFieldValue - Méthode

Convertit la valeur de chaîne spécifiée dans un objet TaxonomyFieldValue .

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 GetFieldValueAsTaxonomyFieldValue ( _
    value As String _
) As ClientResult(Of TaxonomyFieldValue)
'Utilisation
Dim instance As TaxonomyField
Dim value As String
Dim returnValue As ClientResult(Of TaxonomyFieldValue)

returnValue = instance.GetFieldValueAsTaxonomyFieldValue(value)
public ClientResult<TaxonomyFieldValue> GetFieldValueAsTaxonomyFieldValue(
    string value
)

Paramètres

  • value
    Type : System.String

    Chaîne mise en forme qui contient des informations identificateur, l'étiquette et chemin d'accès à convertir en une TaxonomyFieldValue.

Valeur renvoyée

Type : Microsoft.SharePoint.Client.ClientResult<TaxonomyFieldValue>
Un objet TaxonomyFieldValue .

Voir aussi

Référence

TaxonomyField classe

TaxonomyField - Membres

Microsoft.SharePoint.Client.Taxonomy - Espace de noms