AttachedPropertyBrowsableWhenAttributePresentAttribute.AttributeType Właściwość

Definicja

Pobiera typ atrybutu .NET, który musi być również stosowany w klasie.

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

Wartość właściwości

Typ atrybutu .NET.

Uwagi

Wartość AttributeType można ustawić tylko za pośrednictwem parametru attributeType konstruktora atrybutu AttachedPropertyBrowsableWhenAttributePresentAttribute .NET.

Dotyczy