RegisterActivatorAttribute 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í.
Cuando se aplica a un tipo, indica que el tipo es un activador y que debe registrarse automáticamente.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public sealed class RegisterActivatorAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)>]
type RegisterActivatorAttribute = class
inherit Attribute
Public NotInheritable Class RegisterActivatorAttribute
Inherits Attribute
- Herencia
-
RegisterActivatorAttribute
- Atributos
Constructores
RegisterActivatorAttribute() |
Cuando se aplica a un tipo, indica que el tipo es un activador y que debe registrarse automáticamente. |