(ClientValueCollection, ProxyContext) del método ServerStub.InvokeConstructor
Invocar constructor.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxis
'Declaración
Protected Friend Overridable Function InvokeConstructor ( _
args As ClientValueCollection, _
proxyContext As ProxyContext _
) As Object
'Uso
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
)
Parámetros
proxyContext
Tipo: Microsoft.SharePoint.Client.ProxyContextEl contexto de proxy.
Valor devuelto
Tipo: System.Object