共用方式為


DataFormWebPart.IWebPartRow.Schema property

取得用於兩個WebPart控制項之間共用資料的資料列的結構描述資訊。

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Private ReadOnly Property Schema As PropertyDescriptorCollection
    Implements IWebPartRow.Schema
    Get
'用途
Dim instance As DataFormWebPart
Dim value As PropertyDescriptorCollection

value = CType(instance, IWebPartRow).Schema
PropertyDescriptorCollectionIWebPartRow.Schema { get; }

Property value

Type: System.ComponentModel.PropertyDescriptorCollection
物件,描述資料的格式。

Implements

IWebPartRow.Schema

備註

此成員是明確介面成員實作。DataFormWebPart執行個體轉換成IWebPartRow介面時,才可以使用它。

請參閱

參照

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace