AttributeTable.AttributedTypes Proprietà

Definizione

Restituisce un'enumerazione di tutti i tipi che presentano override di attributi, ad esempio su una proprietà, un membro o sul tipo stesso.

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)

Valore della proprietà

Restituisce IEnumerable<T>.

Commenti

Può essere utilizzata per identificare i tipi che verranno aggiornati quando questa tabella di attributi viene aggiunta all'archivio di metadati.

Si applica a