IActivator.Level Propriedade

Definição

Obtém o ActivatorLevel no qual este ativador está ativo.Gets the ActivatorLevel where this activator is active.

public:
 property System::Runtime::Remoting::Activation::ActivatorLevel Level { System::Runtime::Remoting::Activation::ActivatorLevel get(); };
public System.Runtime.Remoting.Activation.ActivatorLevel Level { get; }
[get: System.Security.SecurityCritical]
public System.Runtime.Remoting.Activation.ActivatorLevel Level { get; }
member this.Level : System.Runtime.Remoting.Activation.ActivatorLevel
[<get: System.Security.SecurityCritical>]
member this.Level : System.Runtime.Remoting.Activation.ActivatorLevel
Public ReadOnly Property Level As ActivatorLevel

Valor da propriedade

ActivatorLevel

O ActivatorLevel local em que este ativador está ativo.The ActivatorLevel where this activator is active.

Atributos

Comentários

O Level é usado para localizar a posição correta na cadeia ao adicionar um ativador.The Level is used to locate the right position in the chain when adding an activator.

Aplica-se a