次の方法で共有


WebPartDefinitionCollection.GetById メソッド

idパラメーターと等しい、コレクション識別子が存在する Web パーツで Web パーツの定義オブジェクトを返します。

名前空間:  Microsoft.SharePoint.Client.WebParts
アセンブリ:   Microsoft.SharePoint.Client.Silverlight (Microsoft.SharePoint.Client.Silverlight.dll 内);  Microsoft.SharePoint.Client.Phone (Microsoft.SharePoint.Client.Phone.dll 内)  Microsoft.SharePoint.Client (Microsoft.SharePoint.Client.dll 内)

構文

'宣言
Public Function GetById ( _
    id As Guid _
) As WebPartDefinition
'使用
Dim instance As WebPartDefinitionCollection
Dim id As Guid
Dim returnValue As WebPartDefinition

returnValue = instance.GetById(id)
public WebPartDefinition GetById(
    Guid id
)

パラメーター

  • id
    型: System.Guid

    取得する Web パーツの定義の Web パーツの識別子です。

戻り値

型: Microsoft.SharePoint.Client.WebParts.WebPartDefinition
Web パーツの識別子 id のパラメーターを使用して、コレクションの Web パーツの定義オブジェクトを表すWebPartDefinitionインスタンスを返します。

例外

例外 条件
[System.ArgumentOutOfRangeException]

オブジェクトがないWebPartDefinition識別子が存在する Web パーツのコレクションの id のパラメーターと等しいします。エラー コード:-2146233086 します。

注釈

WebPartDefinitionのすべてのオブジェクトには、それぞれの Id プロパティに一意の値が必要です。

関連項目

参照先

WebPartDefinitionCollection クラス

WebPartDefinitionCollection メンバー

Microsoft.SharePoint.Client.WebParts 名前空間