ClientObject construtor
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll)
Sintaxe
'Declaração
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.ClientRuntimeContextO atual ClientRuntimeContext.
objectPath
Tipo: Microsoft.SharePoint.Client.ObjectPathO ObjectPath para o objeto de cliente.