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 확인하거나 속성을 사용하여 HostingContext 요소가 속한 계층 구조를 ConfigurationElement 확인할 수 있습니다.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET