UseActivatorAttribute 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.
Quando aplicado a um tipo, indica que o tipo deve ser ativado usando um ativador registrado em vez de por meio de seu construtor ou outro mecanismo.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public sealed class UseActivatorAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)>]
type UseActivatorAttribute = class
inherit Attribute
Public NotInheritable Class UseActivatorAttribute
Inherits Attribute
- Herança
-
UseActivatorAttribute
- Atributos
Construtores
UseActivatorAttribute() |
Quando aplicado a um tipo, indica que o tipo deve ser ativado usando um ativador registrado em vez de por meio de seu construtor ou outro mecanismo. |