次の方法で共有


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 名前空間