Sdílet prostřednictvím


JSConstructor.Attributes Vlastnost

Definice

Získá atributy, které jsou přidruženy k tomuto konstruktoru.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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

Hodnota vlastnosti

MethodAttributes

Bitová kombinace hodnot výčtu.

Platí pro

Viz také