RegisterActivatorAttribute Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Quando applicato a un tipo, indica che il tipo è un attivatore e che deve essere registrato automaticamente.
[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
- Ereditarietà
-
RegisterActivatorAttribute
- Attributi
Costruttori
RegisterActivatorAttribute() |
Quando applicato a un tipo, indica che il tipo è un attivatore e che deve essere registrato automaticamente. |