ObjectPathConstructor 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.Runtime (em Microsoft.SharePoint.Client.Runtime.dll) Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll)
Sintaxe
'Declaração
Public Sub New ( _
context As ClientRuntimeContext, _
typeId As String, _
parameters As Object() _
)
'Uso
Dim context As ClientRuntimeContext
Dim typeId As String
Dim parameters As Object()
Dim instance As New ObjectPathConstructor(context, _
typeId, parameters)
public ObjectPathConstructor(
ClientRuntimeContext context,
string typeId,
Object[] parameters
)
Parâmetros
- context
Tipo: Microsoft.SharePoint.Client.ClientRuntimeContext
- typeId
Tipo: System.String
- parameters
Tipo: []