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 命名空间