共用方式為


ClientObject.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 ClientObject
Dim propertyNames As String()

instance.Retrieve(propertyNames)
public void Retrieve(
    params string[] propertyNames
)

參數

  • propertyNames
    類型:[]

    包含屬性名稱的字串陣列。

備註

建議您,而不是Retrieve使用Load<T>方法。

請參閱

參照

ClientObject 類別

ClientObject 成員

Retrieve 多載

Microsoft.SharePoint.Client 命名空間