SettingsPropertyCollection 클래스

정의

개체 컬렉션을 SettingsProperty 포함합니다.

public ref class SettingsPropertyCollection : ICloneable, System::Collections::ICollection
public class SettingsPropertyCollection : ICloneable, System.Collections.ICollection
type SettingsPropertyCollection = class
    interface IEnumerable
    interface ICloneable
    interface ICollection
type SettingsPropertyCollection = class
    interface ICloneable
    interface ICollection
    interface IEnumerable
type SettingsPropertyCollection = class
    interface ICollection
    interface IEnumerable
    interface ICloneable
Public Class SettingsPropertyCollection
Implements ICloneable, ICollection
상속
SettingsPropertyCollection
구현

설명

컬렉션에는 SettingsPropertyCollection 개체 컬렉션이 SettingsProperty 포함되어 있습니다. SettingsProperty 개체는 개별 구성 속성에 대한 메타데이터를 나타내는 클래스로 내부적으로 사용됩니다.

생성자

Name Description
SettingsPropertyCollection()

SettingsPropertyCollection 클래스의 새 인스턴스를 초기화합니다.

속성

Name Description
Count

컬렉션의 개체 수를 SettingsProperty 지정하는 값을 가져옵니다.

IsSynchronized

컬렉션에 대한 액세스가 동기화되는지 여부를 나타내는 값을 가져옵니다(스레드로부터 안전).

Item[String]

지정된 이름의 컬렉션 항목을 가져옵니다.

SyncRoot

컬렉션에 대한 액세스를 동기화할 개체를 가져옵니다.

메서드

Name Description
Add(SettingsProperty)

컬렉션에 SettingsProperty 개체를 추가합니다.

Clear()

컬렉션에서 모든 SettingsProperty 개체를 제거합니다.

Clone()

기존 컬렉션의 복사본을 만듭니다.

CopyTo(Array, Int32)

SettingsPropertyCollection 개체를 배열에 복사합니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetEnumerator()

컬렉션에 IEnumerator 적용되는 개체를 가져옵니다.

GetHashCode()

기본 해시 함수로 사용됩니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
OnAdd(SettingsProperty)

인스턴스의 SettingsPropertyCollection 내용에 추가할 때 추가적인 사용자 지정 처리를 수행합니다.

OnAddComplete(SettingsProperty)

인스턴스의 SettingsPropertyCollection 내용에 추가한 후 추가 사용자 지정 처리를 수행합니다.

OnClear()

인스턴스의 SettingsPropertyCollection 내용을 지울 때 추가 사용자 지정 처리를 수행합니다.

OnClearComplete()

인스턴스의 SettingsPropertyCollection 내용을 지워서 추가 사용자 지정 처리를 수행합니다.

OnRemove(SettingsProperty)

인스턴스의 SettingsPropertyCollection 콘텐츠를 제거할 때 추가적인 사용자 지정 처리를 수행합니다.

OnRemoveComplete(SettingsProperty)

인스턴스의 SettingsPropertyCollection 콘텐츠를 제거한 후 추가 사용자 지정 처리를 수행합니다.

Remove(String)

SettingsProperty 컬렉션에서 개체를 제거합니다.

SetReadOnly()

컬렉션을 읽기 전용으로 설정합니다.

ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

확장명 메서드

Name Description
AsParallel(IEnumerable)

쿼리의 병렬 처리를 사용하도록 설정합니다.

AsQueryable(IEnumerable)

IEnumerable IQueryable변환합니다.

Cast<TResult>(IEnumerable)

IEnumerable 요소를 지정된 형식으로 캐스팅합니다.

OfType<TResult>(IEnumerable)

지정된 형식에 따라 IEnumerable 요소를 필터링합니다.

적용 대상

추가 정보