HttpContextBase.PageInstrumentation プロパティ

定義

派生クラスで実装された場合に、この要求のページ インストルメンテーション サービス インスタンスへの参照を取得します。

public:
 virtual property System::Web::Instrumentation::PageInstrumentationService ^ PageInstrumentation { System::Web::Instrumentation::PageInstrumentationService ^ get(); };
public virtual System.Web.Instrumentation.PageInstrumentationService PageInstrumentation { get; }
member this.PageInstrumentation : System.Web.Instrumentation.PageInstrumentationService
Public Overridable ReadOnly Property PageInstrumentation As PageInstrumentationService

プロパティ値

この要求のページ インストルメンテーション サービス インスタンス。

適用対象