ObjectPathStaticMethod 建構函式
此成員是保留給內部使用,而不是用來直接從您的程式碼使用
命名空間: 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, _
typeId As String, _
methodName As String, _
parameters As Object() _
)
'用途
Dim context As ClientRuntimeContext
Dim typeId As String
Dim methodName As String
Dim parameters As Object()
Dim instance As New ObjectPathStaticMethod(context, _
typeId, methodName, parameters)
public ObjectPathStaticMethod(
ClientRuntimeContext context,
string typeId,
string methodName,
Object[] parameters
)
參數
- typeId
類型:System.String
- methodName
類型:System.String
- parameters
類型:[]