共用方式為


ExecutedToolEventArgs.Parameter 屬性

取得與這個 ExecutedToolEventArgs 物件相關聯的參數。

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

語法

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

屬性值

型別:System.Object
物件,表示與這個 ExecutedToolEventArgs 物件相關聯的參數。傳回值可以是 nullNull 參照 (即 Visual Basic 中的 Nothing)。

.NET Framework 安全性

請參閱

參考

ExecutedToolEventArgs 類別

Microsoft.Windows.Design.Interaction 命名空間

其他資源

WPF 設計工具擴充性