SerializationContext.AddObjectPath 方法
儲存傳輸至伺服器的用戶端物件ObjectPath資訊。此成員是保留給內部使用,而不是用來直接從您的程式碼使用
命名空間: 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 AddObjectPath ( _
path As ObjectPath _
)
'用途
Dim instance As SerializationContext
Dim path As ObjectPath
instance.AddObjectPath(path)
public void AddObjectPath(
ObjectPath path
)
參數
path
類型:Microsoft.SharePoint.Client.ObjectPathObjectPath物件,表示儲存傳輸至伺服器的用戶端物件的路徑。
備註
這個方法可以序列化傳輸至伺服器的格式儲存的用戶端物件ClientObject 。