_Type.Attributes 属性

定义

为 COM 对象提供对 Attributes 属性的与版本无关的访问。

public:
 property System::Reflection::TypeAttributes Attributes { System::Reflection::TypeAttributes get(); };
public System.Reflection.TypeAttributes Attributes { get; }
member this.Attributes : System.Reflection.TypeAttributes
Public ReadOnly Property Attributes As TypeAttributes

属性值

表示 TypeAttributes 的属性集的 Type 对象,除非 Type 表示泛型类型形参,在此情况下该值未指定。

注解

此属性用于从非托管代码访问托管类,不应从托管代码调用。

属性 Type.Attributes 获取与 关联的 Type属性。

适用于