Compartilhar via


ServerStub.InvokeConstructor método (XmlNodeList, ProxyContext)

Invoca um construtor.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)

Sintaxe

'Declaração
Protected Friend Overridable Function InvokeConstructor ( _
    args As XmlNodeList, _
    proxyContext As ProxyContext _
) As Object
'Uso
Dim args As XmlNodeList
Dim proxyContext As ProxyContext
Dim returnValue As Object

returnValue = Me.InvokeConstructor(args, _
    proxyContext)
protected internal virtual Object InvokeConstructor(
    XmlNodeList args,
    ProxyContext proxyContext
)

Parâmetros

Valor retornado

Tipo: System.Object

Ver também

Referência

ServerStub classe

ServerStub membros

InvokeConstructor em sobrecarga

Microsoft.SharePoint.Client namespace