TaxonomyField.GetFieldValueAsText - Méthode
Renvoie une représentation sous forme de texte brut de la valeur du champ.
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 Overridable Function GetFieldValueAsText ( _
value As Object _
) As ClientResult(Of String)
'Utilisation
Dim instance As TaxonomyField
Dim value As Object
Dim returnValue As ClientResult(Of String)
returnValue = instance.GetFieldValueAsText(value)
public virtual ClientResult<string> GetFieldValueAsText(
Object value
)
Paramètres
value
Type : System.ObjectObjet de type TaxonomyFieldValue ou TaxonomyFieldValueCollection qui représente la valeur à convertir.
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientResult<String>
Une chaîne qui contient la valeur en tant que texte brut.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Le paramètre value était d'un type différent de TaxonomyFieldValue et TaxonomyFieldValueCollection. |
Remarques
Si le paramètre value est de type TaxonomyFieldValue, elle renvoie son étiquette.
Voir aussi
Référence
Microsoft.SharePoint.Client.Taxonomy - Espace de noms