共用方式為


Tool.ItemType 屬性

取得工具的型別。

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

語法

'宣告
Public Overrides NotOverridable ReadOnly Property ItemType As Type
    Get
public override sealed Type ItemType { get; }
public:
virtual property Type^ ItemType {
    Type^ get () override sealed;
}
abstract ItemType : Type
override ItemType : Type
override final function get ItemType () : Type

屬性值

型別:System.Type
Type ,表示工具的型別。

備註

ItemType 屬性會覆寫基底類別 (Base Class) 的抽象方法。 傳回值永遠相同,也就是 typeof(Tool)。

.NET Framework 安全性

請參閱

參考

Tool 類別

Microsoft.Windows.Design.Interaction 命名空間

其他資源

工具架構

WPF 設計工具擴充性架構