다음을 통해 공유


DiagramTypeDescriptor 클래스

다이어그램 클래스의 특수화 형식 설명자입니다.

상속 계층 구조

System.Object
  System.ComponentModel.CustomTypeDescriptor
    Microsoft.VisualStudio.Modeling.Design.ElementTypeDescriptor
      Microsoft.VisualStudio.Modeling.Diagrams.PresentationElementTypeDescriptor
        Microsoft.VisualStudio.Modeling.Diagrams.DiagramTypeDescriptor

네임스페이스:  Microsoft.VisualStudio.Modeling.Diagrams
어셈블리:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0(Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

구문

‘선언
Public Class DiagramTypeDescriptor _
    Inherits PresentationElementTypeDescriptor
public class DiagramTypeDescriptor : PresentationElementTypeDescriptor

DiagramTypeDescriptor 형식에서는 다음과 같은 멤버를 노출합니다.

생성자

  이름 설명
Public 메서드 DiagramTypeDescriptor(ICustomTypeDescriptor, Diagram)
Public 메서드 DiagramTypeDescriptor(ICustomTypeDescriptor, PresentationElement, ModelElement) 사용되지 않습니다.

위쪽

속성

  이름 설명
Protected 속성 ComponentType 이 클래스가 나타내고 있는 모델 요소의 Type을 가져옵니다. (ElementTypeDescriptor에서 상속됨)
Public 속성 ModelElement 이 클래스가 나타내는 모델 요소를 가져옵니다. (ElementTypeDescriptor에서 상속됨)
Public 속성 PresentationElement 이 설명자가 설명하는 프레젠테이션 모델 요소 반환 (PresentationElementTypeDescriptor에서 상속됨)
Protected 속성 RepresentedModelElement (PresentationElementTypeDescriptor에서 상속됨)
Protected 속성 Store (ElementTypeDescriptor에서 상속됨)

위쪽

메서드

  이름 설명
Protected 메서드 CollectionRolePropertiesBrowsable 이 모델 요소가 참여하는 모든 관계의 경우 역할 기반의 Collection 속성에 대한 PropertyDescriptor를 찾아볼 수 있는지 여부를 반환합니다. (ElementTypeDescriptor에서 상속됨)
Protected 메서드 CreateCollectionPropertyDescriptor (ElementTypeDescriptor에서 상속됨)
Protected 메서드 CreatePropertyDescriptor 모델 요소의 속성에 대한 설명자를 만듭니다. (ElementTypeDescriptor에서 상속됨)
Protected 메서드 CreateRolePlayerPropertyDescriptor 모델 요소의 역할 속성에 대한 설명자를 만듭니다. (ElementTypeDescriptor에서 상속됨)
Public 메서드 Equals 지정한 개체와 현재 개체가 같은지 여부를 확인합니다. (Object에서 상속됨)
Protected 메서드 Finalize 가비지 수집에서 회수하기 전에 개체에서 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨)
Public 메서드 GetAttributes 이 형식 설명자가 나타내는 형식에 대한 사용자 지정 특성의 컬렉션을 반환합니다. (CustomTypeDescriptor에서 상속됨)
Protected 메서드 GetCategory 도메인 속성의 범주에 대한 지역화된 문자열을 반환합니다. (ElementTypeDescriptor에서 상속됨)
Public 메서드 GetClassName 속성 표에 표시된 클래스 이름을 가져옵니다. (PresentationElementTypeDescriptor에서 상속됨)
Public 메서드 GetComponentName (PresentationElementTypeDescriptor.GetComponentName()을(를) 재정의함)
Public 메서드 GetConverter 이 형식 설명자가 나타내는 형식에 대한 형식 변환기를 반환합니다. (CustomTypeDescriptor에서 상속됨)
Public 메서드 GetDefaultEvent 이 형식 설명자가 나타내는 개체의 기본 이벤트에 대한 이벤트 설명자를 반환합니다. (CustomTypeDescriptor에서 상속됨)
Public 메서드 GetDefaultProperty 이 형식 설명자가 나타내는 개체의 기본 속성에 대한 속성 설명자를 반환합니다. (CustomTypeDescriptor에서 상속됨)
Protected 메서드 GetDescription 도메인 속성의 설명에 대한 지역화된 문자열을 반환합니다. (ElementTypeDescriptor에서 상속됨)
Protected 메서드 GetDisplayProperties(ModelElement, PropertyDescriptor%) 모델 요소의 모든 속성에 대한 속성 설명자의 컬렉션을 반환합니다. (ElementTypeDescriptor에서 상속됨)
Protected 메서드 GetDisplayProperties(ModelElement, Store, PropertyDescriptor%) 각 도메인 속성에 해당하는 속성 설명자의 목록 반환 (ElementTypeDescriptor에서 상속됨)
Protected 메서드 GetDomainClassInfo 설명되는 요소 형식에 대한 도메인 클래스 정보를 반환합니다. (ElementTypeDescriptor에서 상속됨)
Protected 메서드 GetDomainPropertyAttributes 설명된 속성에 적용되는 사용자 지정 특성 배열을 반환합니다. (ElementTypeDescriptor에서 상속됨)
Public 메서드 GetEditor 이 형식 설명자가 나타내는 클래스와 연결될 지정된 형식의 편집기를 반환합니다. (CustomTypeDescriptor에서 상속됨)
Public 메서드 GetEvents() 이 형식 설명자가 나타내는 개체에 대한 이벤트 설명자의 컬렉션을 반환합니다. (CustomTypeDescriptor에서 상속됨)
Public 메서드 GetEvents(array<Attribute[]) 이 형식 설명자가 나타내는 개체에 대한 이벤트 설명자의 필터링된 컬렉션을 반환합니다. (CustomTypeDescriptor에서 상속됨)
Protected 메서드 GetExtensionProperties 확장 요소에 대한 속성 설명자 반환 (ElementTypeDescriptor에서 상속됨)
Public 메서드 GetHashCode 기본 해시 함수로 작동합니다. (Object에서 상속됨)
Public 메서드 GetProperties() 설명된 형식의 모든 속성을 포함하는 도메인 속성 설명자의 컬렉션을 반환합니다. (ElementTypeDescriptor에서 상속됨)
Public 메서드 GetProperties(array<Attribute[]) 특성 배열을 필터로 사용하여 해당 구성 요소 인스턴스의 속성을 반환합니다. (PresentationElementTypeDescriptor에서 상속됨)
Protected 메서드 GetPropertyDescriptorDisplayName 도메인 속성의 표시 이름에 대한 지역화된 문자열을 반환합니다. (ElementTypeDescriptor에서 상속됨)
Public 메서드 GetPropertyOwner 지정된 속성 설명자가 설명하는 속성이 포함된 개체를 반환합니다. (CustomTypeDescriptor에서 상속됨)
Protected 메서드 GetRolePlayerPropertyAttributes 설명된 역할 속성에 적용되는 사용자 지정 특성 배열을 반환합니다. (ElementTypeDescriptor에서 상속됨)
Public 메서드 GetType 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Protected 메서드 IncludeCollectionRoleProperties 이 모델 요소가 참여하는 모든 관계에 대해 역할 기반의 Collection 속성에 대한 PropertyDescriptor를 제공할지 여부를 반환합니다. (ElementTypeDescriptor에서 상속됨)
Protected 메서드 IncludeEmbeddingRelationshipProperties 지정된 모델 요소에 대해 중복을 허용하지 않는 포함 관계의 대상 요소 속성을 추가할지 여부를 나타내는 값을 반환합니다. (ElementTypeDescriptor에서 상속됨)
Protected 메서드 IncludeOppositeRolePlayerProperties 이 모델 요소가 참여하는 모든 관계에 대해 반대 역할 수행자의 ElementName 속성(있는 경우)을 표시할지 여부를 반환합니다. (PresentationElementTypeDescriptor에서 상속됨)
Protected 메서드 IsPropertyDescriptorReadOnly 설명한 속성이 읽기 전용인지 여부를 나타내는 값을 반환합니다. (ElementTypeDescriptor에서 상속됨)
Protected 메서드 MemberwiseClone 현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)
Protected 메서드 ShouldCreateCollectionPropertyDescriptor 역할 수행자가 관련된 관계 및 인스턴스 수준에 대해 컬렉션의 속성 설명자를 만들지 여부를 반환합니다. (ElementTypeDescriptor에서 상속됨)
Protected 메서드 ShouldCreatePropertyDescriptor 지정된 도메인 속성에 대해 설명자를 만들어야 하는지 여부를 나타내는 값을 반환합니다. (ElementTypeDescriptor에서 상속됨)
Protected 메서드 ShouldCreateRolePlayerPropertyDescriptor 지정된 역할 속성에 대해 설명자를 만들어야 하는지 여부를 나타내는 값을 반환합니다. (ElementTypeDescriptor에서 상속됨)
Public 메서드 ToString 현재 개체를 나타내는 문자열을 반환합니다. (Object에서 상속됨)

위쪽

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

참조

Microsoft.VisualStudio.Modeling.Diagrams 네임스페이스