ConfigurationElement.EvaluationContext 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 ConfigurationElement 对象的 ContextInformation 对象。
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 属性来确定 是否ConfigurationElement在 Machine.config 中设置了 ,也可以使用 属性确定元素所属HostingContext的层次结构ConfigurationElement。