Share via


JSConstructor.Attributes Proprietà

Definizione

Ottiene gli attributi associati a questo costruttore.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Valore della proprietà

Combinazione bit per bit dei valori dell'enumerazione.

Si applica a

Vedi anche