SettingsPropertyCollection 클래스

정의

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

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

설명

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

생성자

SettingsPropertyCollection()

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

속성

Count

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

IsSynchronized

해당 컬렉션에 대한 액세스가 동기화되어 스레드로부터 안전하게 보호되는지 여부를 나타내는 값을 가져옵니다.

Item[String]

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

SyncRoot

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

메서드

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)

확장 메서드

Cast<TResult>(IEnumerable)

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

OfType<TResult>(IEnumerable)

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

AsParallel(IEnumerable)

쿼리를 병렬화할 수 있도록 합니다.

AsQueryable(IEnumerable)

IEnumerableIQueryable로 변환합니다.

적용 대상

추가 정보