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 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.