DesignerOptionService.DesignerOptionCollection 클래스

정의

디자이너 옵션의 컬렉션을 포함합니다. 이 클래스는 상속될 수 없습니다.

public: ref class DesignerOptionService::DesignerOptionCollection sealed : System::Collections::IList
[System.ComponentModel.TypeConverter(typeof(System.ComponentModel.Design.DesignerOptionService+DesignerOptionConverter))]
public sealed class DesignerOptionService.DesignerOptionCollection : System.Collections.IList
public sealed class DesignerOptionService.DesignerOptionCollection : System.Collections.IList
[<System.ComponentModel.TypeConverter(typeof(System.ComponentModel.Design.DesignerOptionService+DesignerOptionConverter))>]
type DesignerOptionService.DesignerOptionCollection = class
    interface ICollection
    interface IEnumerable
    interface IList
type DesignerOptionService.DesignerOptionCollection = class
    interface ICollection
    interface IEnumerable
    interface IList
[<System.ComponentModel.TypeConverter(typeof(System.ComponentModel.Design.DesignerOptionService+DesignerOptionConverter))>]
type DesignerOptionService.DesignerOptionCollection = class
    interface IList
    interface ICollection
    interface IEnumerable
Public NotInheritable Class DesignerOptionService.DesignerOptionCollection
Implements IList
상속
DesignerOptionService.DesignerOptionCollection
특성
구현

설명

클래스는 DesignerOptionService.DesignerOptionCollection 다른 DesignerOptionService.DesignerOptionCollection 개체를 포함하는 컬렉션입니다. 이렇게 하면 트리의 각 분기에 이름 및 가능한 속성 컬렉션이 있는 옵션 트리가 형성됩니다. 트리의 각 부모 분기에는 모든 자식 분기의 속성 통합이 포함됩니다.

속성

Count

DesignerOptionService.DesignerOptionCollection에 포함된 자식 옵션 컬렉션의 수를 가져옵니다.

Item[Int32]

제공된 인덱스에 있는 자식 컬렉션을 가져옵니다.

Item[String]

제공된 이름에 있는 자식 컬렉션을 가져옵니다.

Name

DesignerOptionService.DesignerOptionCollection의 이름을 가져옵니다.

Parent

부모 컬렉션 개체를 가져옵니다.

Properties

DesignerOptionService.DesignerOptionCollection이 제공하는 속성 컬렉션과 컬렉션의 모든 자식을 가져옵니다.

메서드

CopyTo(Array, Int32)

대상 배열의 지정된 인덱스에서 시작하여 전체 컬렉션을 호환되는 1차원 Array에 복사합니다.

Equals(Object)

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

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

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

GetHashCode()

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

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

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

(다음에서 상속됨 Object)
IndexOf(DesignerOptionService+DesignerOptionCollection)

이 컬렉션의 범위에서 맨 처음 발견되는 특정 값의 인덱스를 반환합니다.

MemberwiseClone()

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

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

사용자가 이 DesignerOptionService.DesignerOptionCollection의 옵션을 구성하는 데 사용할 수 있는 대화 상자 UI(사용자 인터페이스)를 표시합니다.

ToString()

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

(다음에서 상속됨 Object)

명시적 인터페이스 구현

ICollection.IsSynchronized

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

ICollection.SyncRoot

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

IList.Add(Object)

IList에 항목을 추가합니다.

IList.Clear()

컬렉션에서 모든 항목을 제거합니다.

IList.Contains(Object)

컬렉션에 특정 값이 있는지 여부를 확인합니다.

IList.IndexOf(Object)

컬렉션에 있는 특정 항목의 인덱스를 확인합니다.

IList.Insert(Int32, Object)

항목을 컬렉션 내의 지정된 인덱스에 삽입합니다.

IList.IsFixedSize

컬렉션의 크기가 고정되어 있는지를 나타내는 값을 가져옵니다.

IList.IsReadOnly

컬렉션이 읽기 전용인지를 나타내는 값을 가져옵니다.

IList.Item[Int32]

지정한 인덱스에 있는 요소를 가져오거나 설정합니다.

IList.Remove(Object)

컬렉션에서 첫 번째로 나타나는 특정 개체를 제거합니다.

IList.RemoveAt(Int32)

지정된 인덱스에서 컬렉션 항목을 제거합니다.

확장 메서드

Cast<TResult>(IEnumerable)

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

OfType<TResult>(IEnumerable)

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

AsParallel(IEnumerable)

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

AsQueryable(IEnumerable)

IEnumerableIQueryable로 변환합니다.

적용 대상

추가 정보