PropertyValueEditorCommands.ShowDialogEditor 屬性
取得 RoutedCommand,表示用以顯示屬性之對話方塊編輯器的要求。
命名空間: Microsoft.Windows.Design.PropertyEditing
組件: Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)
語法
'宣告
Public Shared ReadOnly Property ShowDialogEditor As RoutedCommand
Get
public static RoutedCommand ShowDialogEditor { get; }
public:
static property RoutedCommand^ ShowDialogEditor {
RoutedCommand^ get ();
}
static member ShowDialogEditor : RoutedCommand
static function get ShowDialogEditor () : RoutedCommand
屬性值
型別:System.Windows.Input.RoutedCommand
用以顯示屬性之對話方塊編輯器的要求。
備註
屬性視窗應該支援一個屬性具備不同編輯模式 (如果有的話) 的使用者。 屬性視窗應支援對話方塊編輯器。 例如,RowDefinitions 屬性編輯器是對話方塊編輯器,在此使用者可以在個別的對話方塊中輸入屬性值。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
PropertyValueEditorCommands 類別
Microsoft.Windows.Design.PropertyEditing 命名空間