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
proxyContext
Type : Microsoft.SharePoint.Client.ProxyContextContains information about the general state of a client request and response operation.
Valeur renvoyée
Type : System.Collections.Generic.IEnumerable<PropertyInformation>
A collection of ClientPropertyInfo objects that represent properties exposed for this type.