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
- args
Tipo: System.Xml.XmlNodeList
proxyContext
Tipo: Microsoft.SharePoint.Client.ProxyContextO contexto de proxy.
Valor retornado
Tipo: System.Object