AttributeTable.AttributedTypes Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.