共用方式為


PageInstrumentationService.IsEnabled 屬性

定義

取得或設定值,指出整個應用程式的檢測是否為使用中。

public:
 static property bool IsEnabled { bool get(); void set(bool value); };
public static bool IsEnabled { get; set; }
member this.IsEnabled : bool with get, set
Public Shared Property IsEnabled As Boolean

屬性值

Boolean

true 表示整個應用程式的檢測為使用中,否則為 false

備註

頁面檢測是每個要求的服務,對於特定的要求,它可能不會處於作用中狀態。 此旗標必須設定為,才能 true 讓任何要求使用頁面檢測。

適用於