Condividi tramite


UseActivatorAttribute Classe

Definizione

Se applicato a un tipo, indica che il tipo deve essere attivato utilizzando un attivatore registrato anziché tramite il relativo costruttore o un altro meccanismo.

[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
Ereditarietà
UseActivatorAttribute
Attributi

Costruttori

UseActivatorAttribute()

Se applicato a un tipo, indica che il tipo deve essere attivato utilizzando un attivatore registrato anziché tramite il relativo costruttore o un altro meccanismo.

Si applica a