JSConstructor.Attributes 屬性

定義

取得與這個建構函式關聯的屬性 (Attribute)。

此 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

屬性值

列舉值的位元組合。

適用於

另請參閱