Compartilhar via


ServerStub.GetExpandoFieldNames método

Obtenha o expando nomes de campo.

A geração de código usará ClientCallableTypeAttribute(ExpandoFieldsPropertyName="PropName") para gerar código para retornar o nome de campo expando. Por exemplo, para a classe de SPListItem , ExpandoFieldsPropertyName = "FieldNames" a geração de código irá gerar código como: SPListItem value = obj as SPListItem; if (value != null) { return value.FieldNames; } return null;

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)

Sintaxe

'Declaração
Protected Friend Overridable Function GetExpandoFieldNames ( _
    obj As Object _
) As String()
'Uso
Dim obj As Object
Dim returnValue As String()

returnValue = Me.GetExpandoFieldNames(obj)
protected internal virtual string[] GetExpandoFieldNames(
    Object obj
)

Parâmetros

Valor retornado

Tipo: []

Ver também

Referência

ServerStub classe

ServerStub membros

Microsoft.SharePoint.Client namespace