FeaturePopulatorAttribute Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Define un rellenador de características para este ensamblado.
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class FeaturePopulatorAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type FeaturePopulatorAttribute = class
inherit Attribute
Public NotInheritable Class FeaturePopulatorAttribute
Inherits Attribute
- Herencia
-
FeaturePopulatorAttribute
- Atributos
Constructores
FeaturePopulatorAttribute(Type) |
Inicializa una nueva instancia de la clase FeaturePopulatorAttribute. |
Propiedades
PopulatorType |
Obtiene el tipo de rellenador de características. |