共用方式為


ToolCommand.Name 屬性

取得這個命令的名稱。

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

語法

'宣告
Public ReadOnly Property Name As String
    Get
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

屬性值

型別:System.String
字串,表示這個命令的名稱,如果命令沒有名稱則為空字串。

.NET Framework 安全性

請參閱

參考

ToolCommand 類別

Microsoft.Windows.Design.Interaction 命名空間

其他資源

工具架構

了解 WPF 設計工具擴充性