JSFieldInfo.Attributes 属性

定义

获取与此字段关联的属性。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 virtual property System::Reflection::FieldAttributes Attributes { System::Reflection::FieldAttributes get(); };
public override System.Reflection.FieldAttributes Attributes { get; }
member this.Attributes : System.Reflection.FieldAttributes
Public Overrides ReadOnly Property Attributes As FieldAttributes

属性值

FieldAttributes

枚举值的按位组合。

适用于

另请参阅