_PropertyInfo.Attributes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为 COM 对象提供对 Attributes 属性的与版本无关的访问。
public:
property System::Reflection::PropertyAttributes Attributes { System::Reflection::PropertyAttributes get(); };
public System.Reflection.PropertyAttributes Attributes { get; }
member this.Attributes : System.Reflection.PropertyAttributes
Public ReadOnly Property Attributes As PropertyAttributes
属性值
此属性的特性。
注解
此属性用于从非托管代码访问托管类,不应从托管代码调用。
属性 Attributes 获取此属性的属性。