IFieldControl.FieldsGenerator 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 IAutoFieldGenerator 介面,這個介面會產生資料繫結控制項中的欄位。
public:
property System::Web::UI::IAutoFieldGenerator ^ FieldsGenerator { System::Web::UI::IAutoFieldGenerator ^ get(); void set(System::Web::UI::IAutoFieldGenerator ^ value); };
public System.Web.UI.IAutoFieldGenerator FieldsGenerator { get; set; }
member this.FieldsGenerator : System.Web.UI.IAutoFieldGenerator with get, set
Public Property FieldsGenerator As IAutoFieldGenerator
屬性值
在資料繫結控制項中產生欄位的介面。