del constructor ClientObject
Este miembro está reservado para uso interno y no debe usarse directamente desde el código.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight.Runtime (en Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (en Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (en Microsoft.SharePoint.Client.Runtime.dll)
Sintaxis
'Declaración
Protected Sub New ( _
context As ClientRuntimeContext, _
objectPath As ObjectPath _
)
'Uso
Dim context As ClientRuntimeContext
Dim objectPath As ObjectPath
Dim instance As New ClientObject(context, _
objectPath)
protected ClientObject(
ClientRuntimeContext context,
ObjectPath objectPath
)
Parámetros
context
Tipo: Microsoft.SharePoint.Client.ClientRuntimeContextLa actual ClientRuntimeContext.
objectPath
Tipo: Microsoft.SharePoint.Client.ObjectPathObjectPath al objeto de cliente.