다음을 통해 공유


DataSourceElementCollection 클래스

하위 DataSourceElement 개체의 컬렉션이 포함된 XML 요소를 나타냅니다.

상속 계층 구조

System.Object
  System.Configuration.ConfigurationElement
    System.Configuration.ConfigurationElementCollection
      Microsoft.VisualStudio.TestTools.UnitTesting.DataSourceElementCollection

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

구문

‘선언
Public NotInheritable Class DataSourceElementCollection _
    Inherits ConfigurationElementCollection
public sealed class DataSourceElementCollection : ConfigurationElementCollection
public ref class DataSourceElementCollection sealed : public ConfigurationElementCollection
[<Sealed>]
type DataSourceElementCollection =  
    class
        inherit ConfigurationElementCollection
    end
public final class DataSourceElementCollection extends ConfigurationElementCollection

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

생성자

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

위쪽

속성

  이름 설명
Protected 속성 AddElementName 파생 클래스에서 재정의될 때 ConfigurationElementCollection의 추가 작업과 연결할 ConfigurationElement의 이름을 가져오거나 설정합니다. (ConfigurationElementCollection에서 상속됨)
Protected 속성 ClearElementName 파생 클래스에서 재정의될 때 ConfigurationElementCollection의 지우기 작업과 연결할 ConfigurationElement의 이름을 가져오거나 설정합니다. (ConfigurationElementCollection에서 상속됨)
Public 속성 CollectionType ConfigurationElementCollection 의 종류를 가져옵니다. (ConfigurationElementCollection에서 상속됨)
Public 속성 Count 컬렉션에 있는 요소의 개수를 가져옵니다. (ConfigurationElementCollection에서 상속됨)
Public 속성 CurrentConfiguration 현재 ConfigurationElement 인스턴스가 속해 있는 구성 계층 구조를 나타내는 최상위 Configuration 인스턴스에 대한 참조를 가져옵니다. (ConfigurationElement에서 상속됨)
Public 속성 ElementInformation ConfigurationElement 개체의 사용자 지정할 수 없는 정보와 기능을 포함하는 ElementInformation 개체를 가져옵니다. (ConfigurationElement에서 상속됨)
Protected 속성 ElementName 파생 클래스에서 재정의될 때 구성 파일에서 이 요소 컬렉션을 식별하는 데 사용되는 이름을 가져옵니다. (ConfigurationElementCollection에서 상속됨)
Protected 속성 ElementProperty ConfigurationElement 개체 자체를 나타내는 ConfigurationElementProperty 개체를 가져옵니다. (ConfigurationElement에서 상속됨)
Public 속성 EmitClear 컬렉션이 지워졌는지 여부를 지정하는 값을 가져오거나 설정합니다. (ConfigurationElementCollection에서 상속됨)
Protected 속성 EvaluationContext ConfigurationElement 개체의 ContextInformation 개체를 가져옵니다. (ConfigurationElement에서 상속됨)
Public 속성 IsSynchronized 해당 컬렉션에 대한 액세스가 동기화되어 스레드로부터 안전하게 보호되는지 여부를 나타내는 값을 가져옵니다. (ConfigurationElementCollection에서 상속됨)
Protected 속성 Item[ConfigurationProperty] 이 구성 요소의 속성이나 특성을 가져오거나 설정합니다. (ConfigurationElement에서 상속됨)
Public 속성 Item[Int32] 지정된 인덱스 위치에서 DataSourceElement를 가져오거나 설정합니다.
Public 속성 Item[String] 이름으로 식별된 DataSourceElement를 가져옵니다.
Public 속성 LockAllAttributesExcept 잠긴 특성의 컬렉션을 가져옵니다. (ConfigurationElement에서 상속됨)
Public 속성 LockAllElementsExcept 잠긴 요소의 컬렉션을 가져옵니다. (ConfigurationElement에서 상속됨)
Public 속성 LockAttributes 잠긴 특성의 컬렉션을 가져옵니다. (ConfigurationElement에서 상속됨)
Public 속성 LockElements 잠긴 요소의 컬렉션을 가져옵니다. (ConfigurationElement에서 상속됨)
Public 속성 LockItem 요소가 잠겨 있는지 여부를 나타내는 값을 가져오거나 설정합니다. (ConfigurationElement에서 상속됨)
Protected 속성 Properties 속성 컬렉션을 가져옵니다. (ConfigurationElement에서 상속됨)
Protected 속성 RemoveElementName 파생 클래스에서 재정의될 때 ConfigurationElementCollection의 제거 작업과 연결할 ConfigurationElement의 이름을 가져오거나 설정합니다. (ConfigurationElementCollection에서 상속됨)
Public 속성 SyncRoot ConfigurationElementCollection 에 대한 액세스를 동기화하는 데 사용되는 개체를 가져옵니다. (ConfigurationElementCollection에서 상속됨)
Protected 속성 ThrowOnDuplicate ConfigurationElementCollection 에 중복 ConfigurationElement를 추가하려고 하면 예외가 throw되는지 여부를 나타내는 값을 가져옵니다. (ConfigurationElementCollection에서 상속됨)

위쪽

메서드

  이름 설명
Public 메서드 Add DataSourceElementCollection 에 데이터 소스 요소를 추가합니다.
Protected 메서드 BaseAdd(ConfigurationElement) 구성 요소를 ConfigurationElementCollection에 추가합니다. (ConfigurationElementCollection에서 상속됨)
Protected 메서드 BaseAdd(ConfigurationElement, Boolean) 구성 요소를 구성 요소 컬렉션에 추가합니다. (ConfigurationElementCollection에서 상속됨)
Protected 메서드 BaseAdd(Int32, ConfigurationElement) 구성 요소를 구성 요소 컬렉션에 추가합니다. (ConfigurationElementCollection에서 상속됨)
Protected 메서드 BaseClear 컬렉션에서 구성 요소 개체를 모두 제거합니다. (ConfigurationElementCollection에서 상속됨)
Protected 메서드 BaseGet(Object) 지정된 키가 있는 구성 요소를 반환합니다. (ConfigurationElementCollection에서 상속됨)
Protected 메서드 BaseGet(Int32) 지정된 인덱스 위치에 있는 구성 요소를 가져옵니다. (ConfigurationElementCollection에서 상속됨)
Protected 메서드 BaseGetAllKeys ConfigurationElementCollection 에 포함된 모든 구성 요소의 키 배열을 반환합니다. (ConfigurationElementCollection에서 상속됨)
Protected 메서드 BaseGetKey 지정된 인덱스 위치에 있는 ConfigurationElement의 키를 가져옵니다. (ConfigurationElementCollection에서 상속됨)
Protected 메서드 BaseIndexOf 지정된 ConfigurationElement의 인덱스입니다. (ConfigurationElementCollection에서 상속됨)
Protected 메서드 BaseIsRemoved 지정된 키가 있는 ConfigurationElementConfigurationElementCollection에서 제거되었는지 여부를 나타내는 값을 가져옵니다. (ConfigurationElementCollection에서 상속됨)
Protected 메서드 BaseRemove 컬렉션에서 ConfigurationElement를 제거합니다. (ConfigurationElementCollection에서 상속됨)
Protected 메서드 BaseRemoveAt 지정된 인덱스 위치에서 ConfigurationElement를 제거합니다. (ConfigurationElementCollection에서 상속됨)
Public 메서드 Clear 컬렉션에서 데이터 소스 요소 개체를 모두 제거합니다.
Public 메서드 CopyTo ConfigurationElementCollection 의 내용을 배열에 복사합니다. (ConfigurationElementCollection에서 상속됨)
Protected 메서드 CreateNewElement() 파생 클래스에서 재정의할 때 새 ConfigurationElement를 만듭니다. (ConfigurationElementCollection에서 상속됨)
Protected 메서드 CreateNewElement(String) 파생 클래스에서 재정의될 때 새 ConfigurationElement를 만듭니다. (ConfigurationElementCollection에서 상속됨)
Protected 메서드 DeserializeElement 구성 파일에서 XML을 읽습니다. (ConfigurationElement에서 상속됨)
Public 메서드 Equals ConfigurationElementCollection 를 지정된 개체와 비교합니다. (ConfigurationElementCollection에서 상속됨)
Protected 메서드 Finalize 가비지 수집에서 회수하기 전에 개체에서 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨)
Protected 메서드 GetElementKey 파생 클래스에서 재정의될 때 지정된 구성 요소의 요소 키를 가져옵니다. (ConfigurationElementCollection에서 상속됨)
Public 메서드 GetEnumerator 인프라입니다. ConfigurationElementCollection 을 반복하는 데 사용되는 IEnumerator를 가져옵니다. (ConfigurationElementCollection에서 상속됨)
Public 메서드 GetHashCode ConfigurationElementCollection 인스턴스를 나타내는 고유 값을 가져옵니다. (ConfigurationElementCollection에서 상속됨)
Protected 메서드 GetTransformedAssemblyString 지정된 어셈블리 이름의 변환된 버전을 반환합니다. (ConfigurationElement에서 상속됨)
Protected 메서드 GetTransformedTypeString 지정된 형식 이름의 변환된 버전을 반환합니다. (ConfigurationElement에서 상속됨)
Public 메서드 GetType 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Protected 메서드 Init ConfigurationElement 개체를 초기 상태로 설정합니다. (ConfigurationElement에서 상속됨)
Protected 메서드 InitializeDefault ConfigurationElement 개체 값의 기본 집합을 초기화하는 데 사용됩니다. (ConfigurationElement에서 상속됨)
Protected 메서드 IsElementName 지정된 ConfigurationElementConfigurationElementCollection에 있는지 여부를 나타냅니다. (ConfigurationElementCollection에서 상속됨)
Protected 메서드 IsElementRemovable 지정된 ConfigurationElementConfigurationElementCollection에서 제거할 수 있는지 여부를 나타내는 값을 가져옵니다. (ConfigurationElementCollection에서 상속됨)
Protected 메서드 IsModified 파생 클래스에서 재정의될 때 이 ConfigurationElementCollection이 마지막으로 저장되거나 로드된 후 수정되었는지 여부를 나타냅니다. (ConfigurationElementCollection에서 상속됨)
Public 메서드 IsReadOnly ConfigurationElementCollection 개체가 읽기 전용인지 여부를 나타내는 값을 가져옵니다. (ConfigurationElementCollection에서 상속됨)
Protected 메서드 ListErrors ConfigurationElement 개체와 모든 하위 요소의 잘못된 속성 오류를 전달된 목록에 추가합니다. (ConfigurationElement에서 상속됨)
Protected 메서드 MemberwiseClone 현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)
Protected 메서드 OnDeserializeUnrecognizedAttribute deserialize하는 동안 알 수 없는 특성을 발견했는지 여부를 나타내는 값을 가져옵니다. (ConfigurationElement에서 상속됨)
Protected 메서드 OnDeserializeUnrecognizedElement 구성 시스템에서 예외를 throw하도록 합니다. (ConfigurationElementCollection에서 상속됨)
Protected 메서드 OnRequiredPropertyNotFound 필수 속성이 없으면 예외를 throw합니다. (ConfigurationElement에서 상속됨)
Protected 메서드 PostDeserialize deserialization 후에 호출됩니다. (ConfigurationElement에서 상속됨)
Protected 메서드 PreSerialize serialization 전에 호출됩니다. (ConfigurationElement에서 상속됨)
Public 메서드 Remove(String) 컬렉션에서 DataSourceElement를 제거합니다.
Public 메서드 Remove(DataSourceElement) 컬렉션에서 DataSourceElement를 제거합니다.
Protected 메서드 Reset 파생 클래스에서 재정의될 때 ConfigurationElementCollection을 수정되지 않은 상태로 다시 설정합니다. (ConfigurationElementCollection에서 상속됨)
Protected 메서드 ResetModified 파생 클래스에서 재정의될 때 IsModified 속성의 값을 false로 다시 설정합니다. (ConfigurationElementCollection에서 상속됨)
Protected 메서드 SerializeElement 파생 클래스에서 재정의될 때 구성 파일의 XML 요소에 구성 데이터를 씁니다. (ConfigurationElementCollection에서 상속됨)
Protected 메서드 SerializeToXmlElement 파생 클래스에서 구현될 때 구성 요소의 외부 태그를 구성 파일에 씁니다. (ConfigurationElement에서 상속됨)
Protected 메서드 SetPropertyValue 속성을 지정된 값으로 설정합니다. (ConfigurationElement에서 상속됨)
Protected 메서드 SetReadOnly 인프라입니다. ConfigurationElementCollection 개체와 모든 하위 요소에 대해 IsReadOnly 속성을 설정합니다. (ConfigurationElementCollection에서 상속됨)
Public 메서드 ToString 현재 개체를 나타내는 문자열을 반환합니다. (Object에서 상속됨)
Protected 메서드 Unmerge 인프라입니다. 구성 계층 구조의 여러 수준에서 구성 정보를 병합한 결과를 취소합니다. (ConfigurationElementCollection에서 상속됨)

위쪽

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현Private 메서드 ICollection.CopyTo ConfigurationElementCollection 을 배열에 복사합니다. (ConfigurationElementCollection에서 상속됨)

위쪽

스레드로부터의 안전성

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

참고 항목

참조

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

DataSourceElement