次の方法で共有


WebPartDefinition.WebPart プロパティ

The WebPart object represents a Web Part on a Web Part Page associated with this WebPartDefinition.

名前空間:  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 ReadOnly Property WebPart As WebPart
    Get
'使用
Dim instance As WebPartDefinition
Dim value As WebPart

value = instance.WebPart
public WebPart WebPart { get; }

プロパティ値

型: Microsoft.SharePoint.Client.WebParts.WebPart
Returns WebPart.

注釈

The WebPart object contains additional properties relating to the Web Part represented by this WebPartDefinition object. Each WebPartDefinition object must have exactly one WebPart object associated with it. There can be multiple WebPartDefinition objects with the same value for their WebPart property. Provides operations for moving, deleting, and changing the state of the Web Part.

関連項目

参照先

WebPartDefinition クラス

WebPartDefinition メンバー

Microsoft.SharePoint.Client.WebParts 名前空間