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

這個啟動項在作用中的 ActivatorLevel

屬性

備註

Level 新增啟動項時,會用來在鏈中找出正確的位置。

適用於