HtmlControlDesigner.DataBindings 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前控制項的資料繫結 (Data Binding) 集合。
public:
property System::Web::UI::DataBindingCollection ^ DataBindings { System::Web::UI::DataBindingCollection ^ get(); };
public System.Web.UI.DataBindingCollection DataBindings { get; }
member this.DataBindings : System.Web.UI.DataBindingCollection
Public ReadOnly Property DataBindings As DataBindingCollection
屬性值
DataBindingCollection,包含現有控制項的資料繫結。