PropertyCollection 클래스

정의

PropertyCollection 클래스는 DirectoryEntry의 속성을 포함합니다.

public ref class PropertyCollection : System::Collections::IDictionary
public class PropertyCollection : System.Collections.IDictionary
type PropertyCollection = class
    interface ICollection
    interface IEnumerable
    interface IDictionary
type PropertyCollection = class
    interface IDictionary
    interface ICollection
    interface IEnumerable
Public Class PropertyCollection
Implements IDictionary
상속
PropertyCollection
구현

속성

Count

이 컬렉션의 속성 수를 가져옵니다.

Item[String]

지정한 속성을 가져옵니다.

PropertyNames

이 컬렉션의 속성 이름을 가져옵니다.

Values

이 컬렉션의 속성 값을 가져옵니다.

메서드

Contains(String)

지정한 속성이 이 컬렉션에 있는지 확인합니다.

CopyTo(PropertyValueCollection[], Int32)

대상 배열의 지정된 인덱스에서 시작하여 이 컬렉션의 모든 개체를 지정된 배열에 복사합니다.

Equals(Object)

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

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

이 컬렉션을 반복하는 데 사용할 수 있는 열거자를 반환합니다.

GetHashCode()

기본 해시 함수로 작동합니다.

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

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

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

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

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

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

(다음에서 상속됨 Object)

명시적 인터페이스 구현

ICollection.CopyTo(Array, Int32)

특정 ICollection 인덱스부터 시작하여 Array의 요소를 Array에 복사합니다.

ICollection.IsSynchronized

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

ICollection.SyncRoot

ICollection에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다.

IDictionary.Add(Object, Object)

제공된 키와 값을 가진 요소를 IDictionary 개체에 추가합니다.

IDictionary.Clear()

IDictionary 개체에서 요소를 모두 제거합니다.

IDictionary.Contains(Object)

IDictionary 개체에 지정한 키를 가진 요소가 포함되어 있는지 여부를 결정합니다.

IDictionary.IsFixedSize

IDictionary 개체의 크기가 고정되어 있는지 여부를 나타내는 값을 가져옵니다.

IDictionary.IsReadOnly

IDictionary 개체가 읽기 전용인지 여부를 나타내는 값을 가져옵니다.

IDictionary.Item[Object]

지정한 키를 가진 요소를 가져오거나 설정합니다.

IDictionary.Keys

ICollection 개체의 키를 포함하는 IDictionary 개체를 가져옵니다.

IDictionary.Remove(Object)

IDictionary 개체에서 지정한 키를 가지는 요소를 제거합니다.

IEnumerable.GetEnumerator()

IEnumerable 개체를 반환합니다.

확장 메서드

Cast<TResult>(IEnumerable)

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

OfType<TResult>(IEnumerable)

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

AsParallel(IEnumerable)

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

AsQueryable(IEnumerable)

IEnumerableIQueryable로 변환합니다.

적용 대상