Type.GetAttributeFlagsImpl 方法

定义

在派生类中重写时,实现 Attributes 属性并获取枚举值的按位组合,这些枚举值指示与 Type关联的属性。

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 对象,表示该 Type对象的属性集。

适用于

另请参阅