AttributeTable.AttributedTypes Propiedad

Definición

Devuelve una enumeración de todos los tipos que tienen invalidaciones de atributo, en una propiedad, un miembro o el propio tipo.

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)

Valor de propiedad

Devuelve IEnumerable<T>.

Comentarios

Esto se puede usar para determinar qué tipos se actualizarán cuando se agregue esta tabla de atributos al almacén de metadatos.

Se aplica a