Type.GetAttributeFlagsImpl 方法

定義

在衍生類別中覆寫時,實作 Attributes 屬性 (Property) 並取得列舉值的位元組合,以指出與 Type 建立關聯的屬性 (Attribute)。

protected:
 abstract System::Reflection::TypeAttributes GetAttributeFlagsImpl();
protected abstract System.Reflection.TypeAttributes GetAttributeFlagsImpl ();
abstract member GetAttributeFlagsImpl : unit -> System.Reflection.TypeAttributes
Protected MustOverride Function GetAttributeFlagsImpl () As TypeAttributes

傳回

TypeAttributes

TypeAttributes 物件,代表 Type 的屬性集。

適用於

另請參閱