Partager via


ListItem.FieldValuesAsHtml - Propriété

Gets the values for the list item as HTML.

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public ReadOnly Property FieldValuesAsHtml As FieldStringValues
    Get
'Utilisation
Dim instance As ListItem
Dim value As FieldStringValues

value = instance.FieldValuesAsHtml
public FieldStringValues FieldValuesAsHtml { get; }

Valeur de propriété

Type : Microsoft.SharePoint.Client.FieldStringValues
Returns a FieldStringValues.instance representing the values for the list item as HTML.

Remarques

It must not be une référence Null (Rien dans Visual Basic).

Voir aussi

Référence

ListItem classe

ListItem - Membres

Microsoft.SharePoint.Client - Espace de noms