DataBoundControlDesigner.UseDataSourcePickerActionList 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出設計工具是否應該在其動作清單中包含「選擇資料來源」。
protected:
virtual property bool UseDataSourcePickerActionList { bool get(); };
protected virtual bool UseDataSourcePickerActionList { get; }
member this.UseDataSourcePickerActionList : bool
Protected Overridable ReadOnly Property UseDataSourcePickerActionList As Boolean
屬性值
true
.
給繼承者的注意事項
您可以覆寫此屬性以提供對話框來選取數據源控件,或停用使用者變更與數據綁定控件相關聯的數據源控件。