다음을 통해 공유


ComponentDocumentDesigner 멤버

중첩 구성 요소를 지원하는 루트 디자인 문서의 디자인 모드 동작을 확장하는 기본 디자이너 클래스입니다.

다음 표에서는 ComponentDocumentDesigner 형식에 의해 노출되는 멤버를 보여 줍니다.

Public 생성자

  이름 설명
Public method ComponentDocumentDesigner ComponentDocumentDesigner 클래스의 새 인스턴스를 초기화합니다.

위쪽

Public 속성

( Protected 속성 참조)

  이름 설명
Public property ActionLists  디자이너와 관련된 구성 요소에서 지원하는 디자인 타임 작업 목록을 가져옵니다.(ComponentDesigner에서 상속됨)
Public property AssociatedComponents  디자이너가 관리하는 구성 요소와 관련된 구성 요소 컬렉션을 가져옵니다.(ComponentDesigner에서 상속됨)
Public property Component  이 디자이너에서 디자인하고 있는 구성 요소를 가져옵니다.(ComponentDesigner에서 상속됨)
Public property Control 디자이너에 대한 컨트롤을 가져옵니다.
Public property TrayAutoArrange 디자이너의 구성 요소 트레이가 자동 정렬 모드인지를 나타내는 값을 가져오거나 설정합니다.
Public property TrayLargeIcon 디자이너의 구성 요소 트레이가 큰 아이콘 모드인지 여부를 나타내는 값을 가져오거나 설정합니다.
Public property Verbs  디자이너와 관련된 구성 요소에서 지원하는 디자인 타임 동사를 가져옵니다.(ComponentDesigner에서 상속됨)

위쪽

Protected 속성

  이름 설명
Protected property InheritanceAttribute  관련된 구성 요소의 상속 형식을 나타내는 특성을 가져옵니다.(ComponentDesigner에서 상속됨)
Protected property Inherited  이 구성 요소가 상속되었는지 여부를 나타내는 값을 가져옵니다.(ComponentDesigner에서 상속됨)
Protected property ParentComponent  이 디자이너의 부모 구성 요소를 가져옵니다.(ComponentDesigner에서 상속됨)
Protected property ShadowProperties  사용자 설정을 재정의하는 속성 값의 컬렉션을 가져옵니다.(ComponentDesigner에서 상속됨)

위쪽

Public 메서드

( Protected 메서드 참조)

  이름 설명
Public method Dispose 오버로드되었습니다. ComponentDocumentDesigner에서 사용하는 관리되지 않는 리소스를 해제하고, 관리되는 리소스를 선택적으로 해제할 수 있습니다.
Public method DoDefaultAction  구성 요소의 기본 이벤트에 대한 소스 코드 파일에 메서드 시그니처를 만들고 해당 위치로 사용자의 커서를 이동합니다. (ComponentDesigner에서 상속됨)
Public method Equals  오버로드되었습니다. 두 개의 Object 인스턴스가 같은지 여부를 확인합니다. (Object에서 상속됨)
Public method GetHashCode  특정 형식에 대한 해시 함수로 사용되며 GetHashCode는 해시 알고리즘 및 해시 테이블과 같은 데이터 구조에 사용하기 적당합니다. (Object에서 상속됨)
Public method GetType  현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public method Initialize 재정의되었습니다. 디자이너를 지정된 구성 요소로 초기화합니다.
Public method InitializeExistingComponent  기존 구성 요소를 다시 초기화합니다. (ComponentDesigner에서 상속됨)
Public method InitializeNewComponent  새로 만든 구성 요소를 초기화합니다. (ComponentDesigner에서 상속됨)
Public method InitializeNonDefault  기본값이 아닌 설정으로 이미 초기화되어 가져온 구성 요소의 설정을 초기화합니다. (ComponentDesigner에서 상속됨)
Public method OnSetComponentDefaults  구성 요소의 기본 속성을 설정합니다. (ComponentDesigner에서 상속됨)
Public method Static ReferenceEquals  지정한 Object 인스턴스가 동일한지 여부를 확인합니다. (Object에서 상속됨)
Public method ToString  현재 Object를 나타내는 String을 반환합니다. (Object에서 상속됨)

위쪽

Protected 메서드

  이름 설명
Protected method Dispose 오버로드되었습니다. 재정의되었습니다. ComponentDocumentDesigner에서 사용하는 관리되지 않는 리소스를 해제하고, 관리되는 리소스를 선택적으로 해제할 수 있습니다.
Protected method Finalize  가비지 수집에서 개체를 회수하기 전에 Dispose(false)를 호출하여 리소스를 해제하려고 합니다. (ComponentDesigner에서 상속됨)
Protected method GetService  디자이너 구성 요소의 디자인 모드 사이트에서 지정된 서비스 종류를 검색합니다. (ComponentDesigner에서 상속됨)
Protected method GetToolSupported 현재 디자이너에서 지정된 도구를 지원하는지 여부를 나타내는 값을 가져옵니다.
Protected method InvokeGetInheritanceAttribute  지정된 ComponentDesignerInheritanceAttribute를 가져옵니다. (ComponentDesigner에서 상속됨)
Protected method MemberwiseClone  현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)
Protected method PostFilterAttributes  디자이너에서 TypeDescriptor를 통해 노출되는 특성 집합의 항목을 변경하거나 제거하도록 합니다. (ComponentDesigner에서 상속됨)
Protected method PostFilterEvents  디자이너에서 TypeDescriptor를 통해 노출되는 이벤트 집합의 항목을 변경하거나 제거하도록 합니다. (ComponentDesigner에서 상속됨)
Protected method PostFilterProperties  디자이너에서 TypeDescriptor를 통해 노출되는 속성 집합의 항목을 변경하거나 제거하도록 합니다. (ComponentDesigner에서 상속됨)
Protected method PreFilterAttributes  디자이너에서 TypeDescriptor를 통해 노출되는 특성 집합에 항목을 추가하도록 합니다. (ComponentDesigner에서 상속됨)
Protected method PreFilterEvents  디자이너에서 TypeDescriptor를 통해 노출되는 이벤트 집합에 항목을 추가하도록 합니다. (ComponentDesigner에서 상속됨)
Protected method PreFilterProperties 재정의되었습니다. 구성 요소가 TypeDescriptor를 통해 노출하는 속성 집합을 조정합니다.
Protected method RaiseComponentChanged  IComponentChangeService에 이 구성 요소가 변경되었음을 알립니다. (ComponentDesigner에서 상속됨)
Protected method RaiseComponentChanging  IComponentChangeService에 이 구성 요소가 변경될 예정임을 알립니다. (ComponentDesigner에서 상속됨)

위쪽

명시적 인터페이스 구현

  이름 설명
Explicit interface implementation Method System.ComponentModel.Design.IRootDesigner.GetView 이 멤버에 대한 설명은 System.ComponentModel.Design.ViewTechnology를 참조하십시오.
Explicit interface implementation Method System.ComponentModel.Design.ITypeDescriptorFilterService.FilterAttributes 이 멤버에 대한 설명은 ITypeDescriptorFilterService.FilterAttributes를 참조하십시오.
Explicit interface implementation Method System.ComponentModel.Design.ITypeDescriptorFilterService.FilterEvents 이 멤버에 대한 설명은 ITypeDescriptorFilterService.FilterEvents를 참조하십시오.
Explicit interface implementation Method System.ComponentModel.Design.ITypeDescriptorFilterService.FilterProperties 이 멤버에 대한 설명은 ITypeDescriptorFilterService.FilterProperties를 참조하십시오.
Explicit interface implementation Method System.Drawing.Design.IToolboxUser.GetToolSupported 이 멤버에 대한 설명은 IToolboxUser.GetToolSupported를 참조하십시오.
Explicit interface implementation Method System.Drawing.Design.IToolboxUser.ToolPicked 이 멤버에 대한 설명은 IToolboxUser.ToolPicked를 참조하십시오.
Explicit interface implementation Property System.ComponentModel.Design.IRootDesigner.SupportedTechnologies 이 멤버에 대한 설명은 IRootDesigner.SupportedTechnologies를 참조하십시오.

위쪽

참고 항목

참조

ComponentDocumentDesigner 클래스
System.Windows.Forms.Design 네임스페이스
ComponentDesigner
IRootDesigner
IDesigner
DesignerAttribute

기타 리소스

디자인 타임 지원 확장