AttributeTable.AttributedTypes Proprietà

Definizione

Restituisce un'enumerazione di tutti i tipi con override dell'attributo, su una proprietà, un membro o il 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 usato per determinare quali tipi verranno aggiornati quando questa tabella di attributi viene aggiunta all'archivio metadati.

Si applica a