ClientObjectPrototype.Retrieve 方法 (String[])
检索指定的标量属性与对象相关联。此成员仅供内部使用,不能直接在您的代码中使用。
命名空间: 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 中)
语法
声明
Public Sub Retrieve ( _
ParamArray propertyNames As String() _
)
用法
Dim instance As ClientObjectPrototype
Dim propertyNames As String()
instance.Retrieve(propertyNames)
public void Retrieve(
params string[] propertyNames
)
参数
propertyNames
类型:[]一个字符串数组包含属性名称。
备注
此方法检索指定标量属性的对象与指定的属性的名称;如果该对象是包含子项目的集合,此方法检索与指定的属性名称及其子项。