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
)
參數
- parent
類型:Microsoft.SharePoint.Client.ObjectPath
- methodName
類型:System.String
- parameters
類型:[]