Partager via


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

Valeur renvoyée

Type : System.Collections.Generic.IEnumerable<MethodInformation>
A collection of ClientMethodInfo objects that represent the methods exposed for this type.

Voir aussi

Référence

ServerStub classe

ServerStub - Membres

Microsoft.SharePoint.Client - Espace de noms