Selection.ItemType 属性

定义

返回此编辑上下文项的项类型。

public:
 property Type ^ ItemType { Type ^ get(); };
public override sealed Type ItemType { get; }
member this.ItemType : Type
Public Overrides NotOverridable ReadOnly Property ItemType As Type

属性值

返回 typeof(Selection)

注解

这是 ItemType 的重写。 当您创建派生类时,重写此属性以返回派生类型的 Type

适用于