Compartilhar via


ListItem.FieldValuesAsHtml propriedade

Obtém os valores para o item de lista como HTML.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)

Sintaxe

'Declaração
Public ReadOnly Property FieldValuesAsHtml As FieldStringValues
    Get
'Uso
Dim instance As ListItem
Dim value As FieldStringValues

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

Valor de propriedade

Tipo: Microsoft.SharePoint.Client.FieldStringValues
Retorna um .instance FieldStringValuesque representa os valores para o item de lista como HTML.

Comentários

Ele não deve ser uma referência nula (Nothing no Visual Basic).

Ver também

Referência

ListItem classe

ListItem membros

Microsoft.SharePoint.Client namespace