ClientAction 建構函式
初始化新類別的執行個體ClientAction指定的物件路徑與動作的名稱。此成員是保留給內部使用,而不是用來直接從您的程式碼使用
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight.Runtime (在 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中); Microsoft.SharePoint.Client.Phone.Runtime (在 Microsoft.SharePoint.Client.Phone.Runtime.dll 中) Microsoft.SharePoint.Client.Runtime (在 Microsoft.SharePoint.Client.Runtime.dll 中)
語法
'宣告
Protected Sub New ( _
objectPath As ObjectPath, _
name As String _
)
'用途
Dim objectPath As ObjectPath
Dim name As String
Dim instance As New ClientAction(objectPath, _
name)
protected ClientAction(
ObjectPath objectPath,
string name
)
參數
objectPath
類型:Microsoft.SharePoint.Client.ObjectPath追蹤用戶端物件的建立方式ClientRuntimeContext類別中,好讓物件可以傳送到伺服器ObjectPath物件。
name
類型:System.StringString物件代表用戶端動作的名稱。