共用方式為


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

適用於