FeaturePopulatorAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define um populador de recursos para este assembly.
[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
- Herança
-
FeaturePopulatorAttribute
- Atributos
Construtores
FeaturePopulatorAttribute(Type) |
Inicializa uma nova instância da classe FeaturePopulatorAttribute. |
Propriedades
PopulatorType |
Obtém o tipo de populador de recursos. |