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 属性重写基类上的抽象方法。 返回值始终相同,即 typeof(Tool)。

.NET Framework 安全性

请参见

参考

Tool 类

Microsoft.Windows.Design.Interaction 命名空间

其他资源

工具体系结构

WPF 设计器扩展性体系结构