ContextInformation.IsMachineLevel 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,可指定是否要在機器組態層上評估組態屬性。
public:
property bool IsMachineLevel { bool get(); };
public bool IsMachineLevel { get; }
member this.IsMachineLevel : bool
Public ReadOnly Property IsMachineLevel As Boolean
屬性值
如果要在機器組態層上評估組態屬性,則為 true
,否則為 false
。
範例
下列程式代碼範例示範如何使用 HostingContext 屬性。
// IsMachineLevel property.
Console.WriteLine("IsMachineLevel: {0}",
config.EvaluationContext.IsMachineLevel);
' IsMachineLevel property.
Console.WriteLine("IsMachineLevel: {0}", _
config.EvaluationContext.IsMachineLevel)
備註
當 傳回的 值為 IsMachineLevelfalse
時,請使用 HostingContext 屬性來判斷組態階層內的層級。