TypeBuilder.GetAttributeFlagsImpl 方法

定義

當在派生類別中覆寫時,實作了該 Attributes 性質,並獲得一個位元組合的列舉值,表示與 Type相關聯的屬性。

protected:
 override System::Reflection::TypeAttributes GetAttributeFlagsImpl();
protected override System.Reflection.TypeAttributes GetAttributeFlagsImpl();
override this.GetAttributeFlagsImpl : unit -> System.Reflection.TypeAttributes
Protected Overrides Function GetAttributeFlagsImpl () As TypeAttributes

傳回

一個 TypeAttributes 代表屬性 Type集合的物件。

適用於