AttachedPropertyBrowsableWhenAttributePresentAttribute.AttributeType Vlastnost

Definice

Získá typ .NET atributu, který musí být použit také u třídy.

public:
 property Type ^ AttributeType { Type ^ get(); };
public Type AttributeType { get; }
member this.AttributeType : Type
Public ReadOnly Property AttributeType As Type

Hodnota vlastnosti

Typ atributu .NET.

Poznámky

Hodnotu AttributeType lze nastavit pouze prostřednictvím parametru attributeType konstruktoru atributu AttachedPropertyBrowsableWhenAttributePresentAttribute .NET.

Platí pro