JSConstructor.Attributes 属性

定义

获取与此构造函数关联的特性。

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

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

属性值

枚举值的按位组合。

适用于

另请参阅