Partager via


ServerStub.GetProperties - Méthode

Returns a collection of descriptor objects for properties exposed by a type for the client object model protocol.

Espace de noms :  Microsoft.SharePoint.Client
Assembly :  Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)

Syntaxe

'Déclaration
Protected Overridable Function GetProperties ( _
    proxyContext As ProxyContext _
) As IEnumerable(Of PropertyInformation)
'Utilisation
Dim proxyContext As ProxyContext
Dim returnValue As IEnumerable(Of PropertyInformation)

returnValue = Me.GetProperties(proxyContext)
protected virtual IEnumerable<PropertyInformation> GetProperties(
    ProxyContext proxyContext
)

Paramètres

Valeur renvoyée

Type : System.Collections.Generic.IEnumerable<PropertyInformation>
A collection of ClientPropertyInfo objects that represent properties exposed for this type.

Voir aussi

Référence

ServerStub classe

ServerStub - Membres

Microsoft.SharePoint.Client - Espace de noms