ToolCommand 构造函数 (String)

用指定的命令名初始化 ToolCommand 类的新实例。

命名空间:  Microsoft.Windows.Design.Interaction
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
Public Sub New ( _
    commandName As String _
)
public ToolCommand(
    string commandName
)
public:
ToolCommand(
    String^ commandName
)
new : 
        commandName:string -> ToolCommand
public function ToolCommand(
    commandName : String
)

参数

异常

异常 条件
ArgumentNullException

commandName 为 nullnull 引用(在 Visual Basic 中为 Nothing)。

备注

ToolCommand 类并不使用该命令名,但该命令名可用于帮助调试。

.NET Framework 安全性

请参见

参考

ToolCommand 类

ToolCommand 重载

Microsoft.Windows.Design.Interaction 命名空间

其他资源

工具体系结构

了解 WPF 设计器扩展性