JSConstructor.Attributes Propriedade

Definição

Obtém os atributos associados a este construtor.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

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

Valor da propriedade

MethodAttributes

Um combinação bit a bit dos valores de enumeração.

Aplica-se a

Confira também