ServerStub.InvokeConstructor - Méthode (ClientValueCollection, ProxyContext)
Invoke constructor.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Protected Friend Overridable Function InvokeConstructor ( _
args As ClientValueCollection, _
proxyContext As ProxyContext _
) As Object
'Utilisation
Dim args As ClientValueCollection
Dim proxyContext As ProxyContext
Dim returnValue As Object
returnValue = Me.InvokeConstructor(args, _
proxyContext)
protected internal virtual Object InvokeConstructor(
ClientValueCollection args,
ProxyContext proxyContext
)
Paramètres
proxyContext
Type : Microsoft.SharePoint.Client.ProxyContextThe proxy context.
Valeur renvoyée
Type : System.Object