다음을 통해 공유


DslDefinitionModelElementPropertyDescriptor 클래스

DslDefintion 네임스페이스에 정의된 도메인 클래스에 대한 사용자 지정 속성 설명자 제공

상속 계층 구조

System.Object
  System.ComponentModel.MemberDescriptor
    System.ComponentModel.PropertyDescriptor
      Microsoft.VisualStudio.Modeling.Design.ElementPropertyDescriptor
        Microsoft.VisualStudio.Modeling.DslDefinition.Design.DslDefinitionModelElementPropertyDescriptor

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

구문

‘선언
Public NotInheritable Class DslDefinitionModelElementPropertyDescriptor _
    Inherits ElementPropertyDescriptor
public sealed class DslDefinitionModelElementPropertyDescriptor : ElementPropertyDescriptor

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

생성자

  이름 설명
Public 메서드 DslDefinitionModelElementPropertyDescriptor DslDefinitionModelElementPropertyDescriptor는 개념 속성에 대한 것입니다.

위쪽

속성

  이름 설명
Public 속성 Attributes 이 멤버에 대한 특성 컬렉션을 가져옵니다. (MemberDescriptor에서 상속됨)
Public 속성 Category 항목별 모드로 설정된 PropertyGrid 컨트롤에 속성이 표시될 경우 도메인 속성을 그룹화할 범주를 가져옵니다. (ElementPropertyDescriptor에서 상속됨)
Public 속성 ComponentType 이 속성이 바인딩된 모델 요소의 형식을 가져옵니다. (ElementPropertyDescriptor에서 상속됨)
Public 속성 Converter 설명된 속성에 대한 변환기를 가져옵니다. (ElementPropertyDescriptor에서 상속됨)
Public 속성 Description DescriptionResourceAttribute 에 지정된, 설명된 속성의 설명을 가져옵니다. (ElementPropertyDescriptor에서 상속됨)
Public 속성 DesignTimeOnly DesignOnlyAttribute 에 지정된, 이 멤버가 디자인 타임에만 설정되어야 하는지 여부를 가져옵니다. (MemberDescriptor에서 상속됨)
Public 속성 DisplayName DisplayNameResourceAttribute 에 지정된, 설명된 속성의 표시 이름을 가져옵니다. (ElementPropertyDescriptor에서 상속됨)
Public 속성 DomainPropertyInfo 이 속성 설명자를 만드는 데 사용된 속성 정보 개체를 가져옵니다. (ElementPropertyDescriptor에서 상속됨)
Public 속성 IsBrowsable BrowsableAttribute 에 지정된, 해당 멤버를 찾아볼 수 있는지 여부를 나타내는 값을 가져옵니다. (MemberDescriptor에서 상속됨)
Public 속성 IsInstanceBased 이 PropertyDescriptor가 인스턴스 또는 정적 형식을 기반으로 하는지 테스트합니다. (ElementPropertyDescriptor에서 상속됨)
Public 속성 IsLocalizable LocalizableAttribute 에 지정된, 이 속성이 지역화되어야 하는지 여부를 나타내는 값을 가져옵니다. (PropertyDescriptor에서 상속됨)
Public 속성 IsReadOnly 설명한 속성이 읽기 전용인지 여부를 나타내는 값을 가져옵니다. (ElementPropertyDescriptor에서 상속됨)
Public 속성 ModelElement 이 속성 설명자를 만드는 데 사용된 모델 요소를 가져옵니다. (ElementPropertyDescriptor에서 상속됨)
Public 속성 Name 해당 멤버의 이름을 가져옵니다. (MemberDescriptor에서 상속됨)
Public 속성 PropertyType 설명된 속성의 속성 형식을 가져옵니다. (ElementPropertyDescriptor에서 상속됨)
Public 속성 SerializationVisibility DesignerSerializationVisibilityAttribute 에 지정된, 이 속성이 serialize되어야 하는지 여부를 나타내는 값을 가져옵니다. (PropertyDescriptor에서 상속됨)
Public 속성 SupportsChangeEvents 이 속성의 값 변경 알림이 속성 설명자 외부에서 발생되었는지 여부를 나타내는 값을 가져옵니다. (PropertyDescriptor에서 상속됨)

위쪽

메서드

  이름 설명
Public 메서드 AddValueChanged (ElementPropertyDescriptor에서 상속됨)
Public 메서드 CanResetValue 도메인 속성 값을 재설정할 수 있는지 여부를 나타냅니다. (ElementPropertyDescriptor에서 상속됨)
Public 메서드 Equals 이 개체를 다른 개체와 비교하여 두 개체가 같은지 확인합니다. (PropertyDescriptor에서 상속됨)
Public 메서드 GetChildProperties() 기본 PropertyDescriptorCollection을 반환합니다. (PropertyDescriptor에서 상속됨)
Public 메서드 GetChildProperties(array<Attribute[]) 지정된 특성 배열을 필터로 사용하여 PropertyDescriptorCollection을 반환합니다. (PropertyDescriptor에서 상속됨)
Public 메서드 GetChildProperties(Object) 지정된 개체에 대해 PropertyDescriptorCollection을 반환합니다. (PropertyDescriptor에서 상속됨)
Public 메서드 GetChildProperties(Object, array<Attribute[]) 지정된 특성 배열을 필터로 사용하여 지정된 개체에 대한 PropertyDescriptorCollection을 반환합니다. (PropertyDescriptor에서 상속됨)
Public 메서드 GetEditor 설명된 속성의 값 편집기를 반환합니다. (ElementPropertyDescriptor에서 상속됨)
Public 메서드 GetHashCode 해당 개체의 해시 코드를 반환합니다. (PropertyDescriptor에서 상속됨)
Public 메서드 GetType 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public 메서드 GetValue 도메인 속성의 값을 가져옵니다. (ElementPropertyDescriptor에서 상속됨)
Protected 메서드 GetValueChangedHandler 특정 구성 요소에 대한 ValueChanged 이벤트 처리기의 현재 집합을 검색합니다. (PropertyDescriptor에서 상속됨)
Public 메서드 RemoveValueChanged (ElementPropertyDescriptor에서 상속됨)
Public 메서드 ResetValue 도메인 속성 값을 다시 설정합니다. (ElementPropertyDescriptor에서 상속됨)
Public 메서드 SetValue 속성 값을 설정합니다. (ElementPropertyDescriptor.SetValue(Object, Object)을(를) 재정의함)
Public 메서드 ShouldSerializeValue 도메인 속성 값이 serialize되어야 하는지 여부를 나타냅니다. (ElementPropertyDescriptor에서 상속됨)
Public 메서드 ToString 현재 개체를 나타내는 문자열을 반환합니다. (Object에서 상속됨)

위쪽

스레드로부터의 안전성

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

참고 항목

참조

Microsoft.VisualStudio.Modeling.DslDefinition.Design 네임스페이스