IActivator.Level 屬性

定義

就是這個 ActivatorLevel 啟動劑啟動的地方。

public:
 property System::Runtime::Remoting::Activation::ActivatorLevel Level { System::Runtime::Remoting::Activation::ActivatorLevel get(); };
public System.Runtime.Remoting.Activation.ActivatorLevel Level { get; }
public System.Runtime.Remoting.Activation.ActivatorLevel Level { [System.Security.SecurityCritical] 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

屬性值

這個 ActivatorLevel 活化劑會啟動。

屬性

備註

Level用於添加活化劑時,找到鏈條中正確的位置。

適用於