共用方式為


PropertyContainer.ActiveEditMode 屬性

更新:2007 年 11 月

取得或設定這個容器目前顯示的編輯模式。這是相依性屬性。

命名空間:  Microsoft.Windows.Design.PropertyEditing
組件:  Microsoft.Windows.Design (在 Microsoft.Windows.Design.dll 中)

語法

Public Property ActiveEditMode As PropertyContainerEditMode

Dim instance As PropertyContainer
Dim value As PropertyContainerEditMode

value = instance.ActiveEditMode

instance.ActiveEditMode = value
public PropertyContainerEditMode ActiveEditMode { get; set; }
public:
property PropertyContainerEditMode ActiveEditMode {
    PropertyContainerEditMode get ();
    void set (PropertyContainerEditMode value);
}
public function get ActiveEditMode () : PropertyContainerEditMode
public function set ActiveEditMode (value : PropertyContainerEditMode)

屬性值

型別:Microsoft.Windows.Design.PropertyEditing.PropertyContainerEditMode

這個容器的 PropertyContainerEditMode

Dependency 屬性資訊

識別項欄位

ActiveEditModeProperty

中繼資料屬性設為 true。

Inline

備註

範例編輯模式為 ExtendedPopupExtendedPinnedInlineDialog

使用權限

請參閱

參考

PropertyContainer 類別

PropertyContainer 成員

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

WPF 設計工具擴充性

屬性編輯架構

相依性屬性概觀