ConfigurationElement.EvaluationContext プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ContextInformation オブジェクトの ConfigurationElement オブジェクトを取得します。
protected:
property System::Configuration::ContextInformation ^ EvaluationContext { System::Configuration::ContextInformation ^ get(); };
protected System.Configuration.ContextInformation EvaluationContext { get; }
member this.EvaluationContext : System.Configuration.ContextInformation
Protected ReadOnly Property EvaluationContext As ContextInformation
プロパティ値
ContextInformation の ConfigurationElement。
例外
現在の要素はコンテキストに関連付けられていません。
注釈
オブジェクトは ContextInformation 、オブジェクトが評価される場所に基づいて決定を行うために必要な ConfigurationElement コンテキストを提供します。
オブジェクトは ContextInformation 、構成の要素に関連する環境の詳細を提供します。 たとえば、 プロパティを IsMachineLevel 使用して、 が Machine.config に設定されたかどうかを ConfigurationElement 判断したり、 プロパティを使用して要素が属する階層 ConfigurationElement を HostingContext 特定したりできます。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET