ToolCommand 類別
更新:2007 年 11 月
可做為命令識別項 (Command Identifier),也可以是叫用特定命令的統一方式。
命名空間: Microsoft.Windows.Design.Interaction
組件: Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)
語法
Public Class ToolCommand _
Implements ICommand
Dim instance As ToolCommand
public class ToolCommand : ICommand
public ref class ToolCommand : ICommand
public class ToolCommand implements ICommand
備註
ToolCommand 類別 (Class) 類似 Windows Presentation Foundation (WPF) 中的 RoutedCommand 類別。當呼叫 Execute 或 CanExecute 方法時,會搜尋繫結樹狀結構,以尋找繫結至此命令的命令繫結。接著便會執行命令繫結所指定的事件處理常式。
繼承階層架構
System.Object
Microsoft.Windows.Design.Interaction.ToolCommand
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。並非所有的執行個體成員都是安全執行緒。
請參閱
參考
Microsoft.Windows.Design.Interaction 命名空間