共用方式為


ObjectPathMethod 建構函式

此成員是保留給內部使用,而不是用來直接從您的程式碼使用

命名空間:  Microsoft.SharePoint.Client
組件:   Microsoft.SharePoint.Client.Silverlight.Runtime (在 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中);  Microsoft.SharePoint.Client.Runtime (在 Microsoft.SharePoint.Client.Runtime.dll 中)  Microsoft.SharePoint.Client.Phone.Runtime (在 Microsoft.SharePoint.Client.Phone.Runtime.dll 中)

語法

'宣告
Public Sub New ( _
    context As ClientRuntimeContext, _
    parent As ObjectPath, _
    methodName As String, _
    parameters As Object() _
)
'用途
Dim context As ClientRuntimeContext
Dim parent As ObjectPath
Dim methodName As String
Dim parameters As Object()

Dim instance As New ObjectPathMethod(context, _
    parent, methodName, parameters)
public ObjectPathMethod(
    ClientRuntimeContext context,
    ObjectPath parent,
    string methodName,
    Object[] parameters
)

參數

  • parameters
    類型:[]

請參閱

參照

ObjectPathMethod 類別

ObjectPathMethod 成員

Microsoft.SharePoint.Client 命名空間