HostingEnvironment.IsHosted 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出目前應用程式定義域是否由 ApplicationManager 物件裝載 (Host)。
public:
static property bool IsHosted { bool get(); };
public static bool IsHosted { get; }
static member IsHosted : bool
Public Shared ReadOnly Property IsHosted As Boolean
屬性值
如果應用程式定義域由 ApplicationManager 物件裝載則為 true
,否則為 false
。