다음을 통해 공유


TestExecutionSection 클래스

app.config 구성 파일의 실행 섹션에 대한 구성 설정을 나타냅니다.

상속 계층 구조

System.Object
  System.Configuration.ConfigurationElement
    System.Configuration.ConfigurationSection
      Microsoft.VisualStudio.TestTools.Execution.TestExecutionSection

네임스페이스:  Microsoft.VisualStudio.TestTools.Execution
어셈블리:  Microsoft.VisualStudio.QualityTools.ExecutionCommon(Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

구문

‘선언
Public Class TestExecutionSection _
    Inherits ConfigurationSection
public class TestExecutionSection : ConfigurationSection
public ref class TestExecutionSection : public ConfigurationSection
type TestExecutionSection =  
    class
        inherit ConfigurationSection
    end
public class TestExecutionSection extends ConfigurationSection

TestExecutionSection 형식에서는 다음과 같은 멤버를 노출합니다.

생성자

  이름 설명
Public 메서드 TestExecutionSection TestExecutionSection 클래스의 새 인스턴스를 초기화합니다.

위쪽

속성

  이름 설명
Public 속성 ElementInformation ConfigurationElement 개체의 사용자 지정할 수 없는 정보와 기능을 포함하는 ElementInformation 개체를 가져옵니다. (ConfigurationElement에서 상속됨)
Protected 속성 ElementProperty ConfigurationElement 개체 자체를 나타내는 ConfigurationElementProperty 개체를 가져옵니다. (ConfigurationElement에서 상속됨)
Protected 속성 EvaluationContext ConfigurationElement 개체의 ContextInformation 개체를 가져옵니다. (ConfigurationElement에서 상속됨)
Protected 속성 Item[ConfigurationProperty] 이 구성 요소의 속성이나 특성을 가져오거나 설정합니다. (ConfigurationElement에서 상속됨)
Protected 속성 Item[String] 이 구성 요소의 속성, 특성 또는 자식 요소를 가져오거나 설정합니다. (ConfigurationElement에서 상속됨)
Public 속성 LockAllAttributesExcept 잠긴 특성의 컬렉션을 가져옵니다. (ConfigurationElement에서 상속됨)
Public 속성 LockAllElementsExcept 잠긴 요소의 컬렉션을 가져옵니다. (ConfigurationElement에서 상속됨)
Public 속성 LockAttributes 잠긴 특성의 컬렉션을 가져옵니다. (ConfigurationElement에서 상속됨)
Public 속성 LockElements 잠긴 요소의 컬렉션을 가져옵니다. (ConfigurationElement에서 상속됨)
Public 속성 LockItem 요소가 잠겨 있는지 여부를 나타내는 값을 가져오거나 설정합니다. (ConfigurationElement에서 상속됨)
Protected 속성 Properties 속성 컬렉션을 가져옵니다. (ConfigurationElement에서 상속됨)
Public 속성 SectionInformation 사용자가 지정할 수 없는 ConfigurationSection 개체의 정보와 기능을 포함하는 SectionInformation 개체를 가져옵니다. (ConfigurationSection에서 상속됨)

위쪽

메서드

  이름 설명
Protected 메서드 DeserializeElement app.config 파일을 읽고 이 개체의 속성을 파일의 테스트 실행 섹션의 값을 사용하여 채웁니다. (ConfigurationElement.DeserializeElement(XmlReader, Boolean)을(를) 재정의함)
Protected 메서드 DeserializeSection 인프라입니다. 구성 파일에서 XML을 읽습니다. (ConfigurationSection에서 상속됨)
Public 메서드 Equals 현재 ConfigurationElement 인스턴스를 지정된 개체와 비교합니다. (ConfigurationElement에서 상속됨)
Protected 메서드 Finalize 가비지 수집에서 회수하기 전에 개체에서 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨)
Public 메서드 GetHashCode 현재 ConfigurationElement 인스턴스를 나타내는 고유 값을 가져옵니다. (ConfigurationElement에서 상속됨)
Protected 메서드 GetRuntimeObject 파생 클래스에서 재정의될 때 사용자 지정 개체를 반환합니다. (ConfigurationSection에서 상속됨)
Public 메서드 GetType 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Protected 메서드 Init ConfigurationElement 개체를 초기 상태로 설정합니다. (ConfigurationElement에서 상속됨)
Protected 메서드 InitializeDefault ConfigurationElement 개체 값의 기본 집합을 초기화하는 데 사용됩니다. (ConfigurationElement에서 상속됨)
Protected 메서드 IsModified 이 구성 요소가 파생 클래스에서 구현되었을 때 마지막으로 저장되거나 로드된 이후 수정되었는지 여부를 나타냅니다. (ConfigurationSection에서 상속됨)
Public 메서드 IsReadOnly ConfigurationElement 개체가 읽기 전용인지 여부를 나타내는 값을 가져옵니다. (ConfigurationElement에서 상속됨)
Protected 메서드 ListErrors ConfigurationElement 개체와 모든 하위 요소의 잘못된 속성 오류를 전달된 목록에 추가합니다. (ConfigurationElement에서 상속됨)
Protected 메서드 MemberwiseClone 현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)
Protected 메서드 OnDeserializeUnrecognizedAttribute deserialize하는 동안 알 수 없는 특성을 발견했는지 여부를 나타내는 값을 가져옵니다. (ConfigurationElement에서 상속됨)
Protected 메서드 OnDeserializeUnrecognizedElement deserialize하는 동안 알 수 없는 요소를 발견했는지 여부를 나타내는 값을 가져옵니다. (ConfigurationElement에서 상속됨)
Protected 메서드 OnRequiredPropertyNotFound 필수 속성이 없으면 예외를 throw합니다. (ConfigurationElement에서 상속됨)
Protected 메서드 PostDeserialize deserialization 후에 호출됩니다. (ConfigurationElement에서 상속됨)
Protected 메서드 PreSerialize serialization 전에 호출됩니다. (ConfigurationElement에서 상속됨)
Protected 메서드 Reset 잠금 및 속성 컬렉션을 비롯하여 ConfigurationElement 개체의 내부 상태를 다시 설정합니다. (ConfigurationElement에서 상속됨)
Protected 메서드 ResetModified 파생 클래스에서 구현될 때 IsModified 메서드의 값을 false로 다시 설정합니다. (ConfigurationSection에서 상속됨)
Protected 메서드 SerializeElement app.config 파일을 읽고 이 개체의 속성을 파일의 테스트 실행 섹션의 값을 사용하여 채웁니다. (ConfigurationElement.SerializeElement(XmlWriter, Boolean)을(를) 재정의함)
Protected 메서드 SerializeSection 인프라입니다. ConfigurationSection 개체의 병합되지 않은 뷰가 들어 있는 XML 문자열을 파일에 쓸 단일 섹션으로 만듭니다. (ConfigurationSection에서 상속됨)
Protected 메서드 SerializeToXmlElement 제공된 XML 요소 이름에 설정을 serialize합니다. (ConfigurationElement.SerializeToXmlElement(XmlWriter, String)을(를) 재정의함)
Protected 메서드 SetPropertyValue 속성을 지정된 값으로 설정합니다. (ConfigurationElement에서 상속됨)
Protected 메서드 SetReadOnly ConfigurationElement 개체와 모든 하위 요소에 대한 IsReadOnly 속성을 설정합니다. (ConfigurationElement에서 상속됨)
Public 메서드 ToString 현재 개체를 나타내는 문자열을 반환합니다. (Object에서 상속됨)
Protected 메서드 Unmerge ConfigurationElement 개체를 수정하여 저장되지 않아야 하는 값을 모두 제거합니다. (ConfigurationElement에서 상속됨)

위쪽

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

참조

Microsoft.VisualStudio.TestTools.Execution 네임스페이스

ConfigurationSection