ToolCommand.ICommand.Execute 方法
如需這個成員的說明,請參閱 ICommand.Execute。
命名空間: Microsoft.Windows.Design.Interaction
組件: Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)
語法
'宣告
Private Sub Execute ( _
parameter As Object _
) Implements ICommand.Execute
void ICommand.Execute(
Object parameter
)
private:
virtual void Execute(
Object^ parameter
) sealed = ICommand::Execute
private abstract Execute :
parameter:Object -> unit
private override Execute :
parameter:Object -> unit
JScript 不支援明確介面實作。
參數
- parameter
型別:System.Object
命令使用的資料。如果命令不需要傳遞資料,則這個物件可設為 nullNull 參照 (即 Visual Basic 中的 Nothing)。
實作
備註
這個成員是明確介面成員實作, 只有在 ToolCommand 執行個體轉換成 ICommand 介面時,才能使用這個成員。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.Windows.Design.Interaction 命名空間