共用方式為


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
)

參數

備註

這個方法可以序列化傳輸至伺服器的格式儲存的用戶端物件ClientObject

請參閱

參照

SerializationContext 類別

SerializationContext 成員

Microsoft.SharePoint.Client 命名空間