更新: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 屬性資訊
識別項欄位 |
|
中繼資料屬性設為 true。 |
備註
範例編輯模式為 ExtendedPopup、ExtendedPinned、Inline 或 Dialog。
使用權限
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.Windows.Design.PropertyEditing 命名空間