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

表示 TypeAttributes 的属性集的 Type 对象。

适用于

另请参阅