Sdílet prostřednictvím


AttributeTable.AttributedTypes Vlastnost

Definice

Vrátí výčet všech typů, které mají přepsání atributů, pro vlastnost, člen nebo samotný typ.

public:
 property System::Collections::Generic::IEnumerable<Type ^> ^ AttributedTypes { System::Collections::Generic::IEnumerable<Type ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Type> AttributedTypes { get; }
member this.AttributedTypes : seq<Type>
Public ReadOnly Property AttributedTypes As IEnumerable(Of Type)

Hodnota vlastnosti

Vrací objekt IEnumerable<T>.

Poznámky

To se dá použít k určení typů, které se aktualizují, když se tato tabulka atributů přidá do úložiště metadat.

Platí pro