ServerStub.GetMethods - Méthode
Returns a collection of descriptor objects for methods 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 GetMethods ( _
proxyContext As ProxyContext _
) As IEnumerable(Of MethodInformation)
'Utilisation
Dim proxyContext As ProxyContext
Dim returnValue As IEnumerable(Of MethodInformation)
returnValue = Me.GetMethods(proxyContext)
protected virtual IEnumerable<MethodInformation> GetMethods(
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<MethodInformation>
A collection of ClientMethodInfo objects that represent the methods exposed for this type.