FieldTemplateUserControl.Row 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前資料列物件。
public:
virtual property System::Object ^ Row { System::Object ^ get(); };
public virtual object Row { get; }
[System.ComponentModel.Browsable(false)]
public virtual object Row { get; }
member this.Row : obj
[<System.ComponentModel.Browsable(false)>]
member this.Row : obj
Public Overridable ReadOnly Property Row As Object
屬性值
目前資料列物件。
- 屬性
備註
這個 屬性和 GetDataItem 方法所傳回的物件相等。 這個屬性會 Page.GetDataItem
使用 方法來傳回資料列物件。