共用方式為


PropertyContainer.ActiveEditMode 屬性

取得或設定這個容器目前顯示的編輯模式。

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

語法

'宣告
Public Property ActiveEditMode As PropertyContainerEditMode
    Get
    Set
public PropertyContainerEditMode ActiveEditMode { get; set; }
public:
property PropertyContainerEditMode ActiveEditMode {
    PropertyContainerEditMode get ();
    void set (PropertyContainerEditMode value);
}
member ActiveEditMode : PropertyContainerEditMode with get, set
function get ActiveEditMode () : PropertyContainerEditMode
function set ActiveEditMode (value : PropertyContainerEditMode)

屬性值

型別:Microsoft.Windows.Design.PropertyEditing.PropertyContainerEditMode
這個容器的 PropertyContainerEditMode

相依性屬性資訊

識別項欄位

ActiveEditModeProperty

中繼資料屬性設為 true

Inline

備註

範例編輯模式為 ExtendedPopupExtendedPinnedInlineDialog

.NET Framework 安全性

請參閱

參考

PropertyContainer 類別

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

WPF 設計工具擴充性

屬性編輯架構

相依性屬性概觀