다음을 통해 공유


DataViewPropertyDescriptor 클래스

데이터 뷰 계층 구조에서 노드를 동적 속성을 나타냅니다.

상속 계층 구조

Object
  MemberDescriptor
    PropertyDescriptor
      Microsoft.VisualStudio.Data.Framework.DataViewPropertyDescriptor

네임스페이스:  Microsoft.VisualStudio.Data.Framework
어셈블리:  Microsoft.VisualStudio.Data.Framework(Microsoft.VisualStudio.Data.Framework.dll)

구문

‘선언
Public Class DataViewPropertyDescriptor _
    Inherits PropertyDescriptor
public class DataViewPropertyDescriptor : PropertyDescriptor
public ref class DataViewPropertyDescriptor : public PropertyDescriptor
type DataViewPropertyDescriptor =  
    class 
        inherit PropertyDescriptor 
    end
public class DataViewPropertyDescriptor extends PropertyDescriptor

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

생성자

  이름 설명
Public 메서드 DataViewPropertyDescriptor(PropertyDescriptor) 새 인스턴스를 초기화는 DataViewPropertyDescriptor 클래스와 속성 설명자 개체입니다.
Public 메서드 DataViewPropertyDescriptor(String) 새 인스턴스를 초기화는 DataViewPropertyDescriptor 클래스 속성 이름과 함께.
Public 메서드 DataViewPropertyDescriptor(PropertyDescriptor, array<Attribute[]) 새 인스턴스를 초기화는 DataViewPropertyDescriptor 클래스 속성 설명자 개체와 특성의 배열입니다.
Public 메서드 DataViewPropertyDescriptor(String, array<Attribute[]) 새 인스턴스를 초기화는 DataViewPropertyDescriptor 클래스와 속성 이름 및 특성의 배열입니다.
Public 메서드 DataViewPropertyDescriptor(String, String) 새 인스턴스를 초기화는 DataViewPropertyDescriptor 클래스 속성 이름과 속성 이름을 표시 합니다.
Public 메서드 DataViewPropertyDescriptor(String, String, String) 새 인스턴스를 초기화는 DataViewPropertyDescriptor 클래스 속성 표시 이름, 속성 이름, 범주 이름입니다.
Public 메서드 DataViewPropertyDescriptor(String, String, String, String) 새 인스턴스를 초기화는 DataViewPropertyDescriptor 속성을 가진 클래스 이름, 다른 버전의 설명을 표시 하기 위해, 범주 이름, 속성 이름입니다.
Public 메서드 DataViewPropertyDescriptor(String, String, String, String, Boolean) 새 인스턴스를 초기화는 DataViewPropertyDescriptor 속성을 가진 클래스 이름, 다른 버전의 설명을 표시 하기 위해, 범주 이름, 속성 이름입니다.

위쪽

속성

  이름 설명
Protected 속성 AttributeArray 특성 배열을 가져오거나 설정합니다. (MemberDescriptor에서 상속됨)
Public 속성 Attributes 현재 속성 설명자와 관련 된 특성의 컬렉션을 가져옵니다. (MemberDescriptor.Attributes을(를) 재정의함)
Public 속성 Category 범주에서 가져옵니다의 CategoryAttribute 현재 속성 설명자입니다. (MemberDescriptor.Category을(를) 재정의함)
Public 속성 ComponentType 속성이 바인딩된 구성 요소의 형식을 가져옵니다. (PropertyDescriptor.ComponentType을(를) 재정의함)
Public 속성 Converter 형식 변환기를 대 한 현재 속성 설명자를 가져옵니다. (PropertyDescriptor.Converter을(를) 재정의함)
Public 속성 Description 설명에서 가져옵니다의 DescriptionAttribute 의 현재 속성 설명자입니다. (MemberDescriptor.Description을(를) 재정의함)
Public 속성 DesignTimeOnly DesignOnlyAttribute에 지정된, 이 멤버가 디자인 타임에만 설정되어야 하는지 여부를 가져옵니다. (MemberDescriptor에서 상속됨)
Public 속성 DisplayName 속성 창 등의 창에 표시될 수 있는 이름을 가져옵니다. (MemberDescriptor에서 상속됨)
Public 속성 IsBrowsable BrowsableAttribute에 지정된, 해당 멤버를 찾아볼 수 있는지 여부를 나타내는 값을 가져옵니다. (MemberDescriptor에서 상속됨)
Public 속성 IsLocalizable LocalizableAttribute에 지정된, 이 속성이 지역화되어야 하는지 여부를 나타내는 값을 가져옵니다. (PropertyDescriptor에서 상속됨)
Public 속성 IsReadOnly 현재 속성 설명자 읽기 전용인 지 여부를 나타내는 값을 가져옵니다. (PropertyDescriptor.IsReadOnly을(를) 재정의함)
Public 속성 Name 속성 이름을 가져옵니다. (MemberDescriptor.Name을(를) 재정의함)
Protected 속성 NameHashCode 속성 이름의 해시 코드를 가져옵니다. (MemberDescriptor.NameHashCode을(를) 재정의함)
Public 속성 PropertyType 속성의 형식을 가져옵니다. (PropertyDescriptor.PropertyType을(를) 재정의함)
Public 속성 SerializationVisibility DesignerSerializationVisibilityAttribute에 지정된, 이 속성이 serialize되어야 하는지 여부를 나타내는 값을 가져옵니다. (PropertyDescriptor에서 상속됨)
Public 속성 SupportsChangeEvents 이 속성의 값 변경 알림이 속성 설명자 외부에서 발생되었는지 여부를 나타내는 값을 가져옵니다. (PropertyDescriptor에서 상속됨)

위쪽

메서드

  이름 설명
Public 메서드 AddValueChanged 이 속성이 변경되면 다른 개체에서 알림을 받을 수 있도록 합니다. (PropertyDescriptor에서 상속됨)
Public 메서드 CanResetValue 지정 된 구성 요소에 대 한 속성의 값을 재설정할 수 있습니다 여부를 나타냅니다. (PropertyDescriptor.CanResetValue(Object)을(를) 재정의함)
Protected 메서드 CreateAttributeCollection 생성자에 전달된 특성 배열을 사용하여 특성 컬렉션을 만듭니다. (MemberDescriptor에서 상속됨)
Protected 메서드 CreateInstance 지정된 형식의 인스턴스를 만듭니다. (PropertyDescriptor에서 상속됨)
Public 메서드 Equals 이 개체를 다른 개체와 비교하여 두 개체가 같은지 확인합니다. (PropertyDescriptor에서 상속됨)
Protected 메서드 FillAttributes PropertyDescriptor의 특성을 부모 클래스의 지정된 특성 목록에 추가합니다. (PropertyDescriptor에서 상속됨)
Protected 메서드 Finalize 가비지 수집기가 회수하기 전에 개체가 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨)
Public 메서드 GetChildProperties 기본 PropertyDescriptorCollection을 반환합니다. (PropertyDescriptor에서 상속됨)
Public 메서드 GetChildProperties(Attribute) 지정된 특성 배열을 필터로 사용하여 PropertyDescriptorCollection을 반환합니다. (PropertyDescriptor에서 상속됨)
Public 메서드 GetChildProperties(Object) 지정된 개체에 대해 PropertyDescriptorCollection을 반환합니다. (PropertyDescriptor에서 상속됨)
Public 메서드 GetChildProperties(Object, array<Attribute[]) 반환 된 PropertyDescriptorCollection 지정 된 구성 요소에 대해 지정 된 특성 배열을 필터로 사용 하 여. (PropertyDescriptor.GetChildProperties(Object, Attribute)을(를) 재정의함)
Public 메서드 GetEditor 지정된 형식의 편집기를 가져옵니다. (PropertyDescriptor에서 상속됨)
Public 메서드 GetHashCode 해당 개체의 해시 코드를 반환합니다. (PropertyDescriptor에서 상속됨)
Protected 메서드 GetInvocationTarget 이 메서드는 멤버를 호출하는 동안 사용해야 하는 개체를 반환합니다. (PropertyDescriptor에서 상속됨)
Public 메서드 GetType 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Protected 메서드 GetTypeFromName 해당 이름을 사용하는 형식을 반환합니다. (PropertyDescriptor에서 상속됨)
Public 메서드 GetValue 지정 된 구성 요소에 대 한 현재 속성 값을 가져옵니다. (PropertyDescriptor.GetValue(Object)을(를) 재정의함)
Protected 메서드 GetValueChangedHandler 특정 구성 요소에 대한 ValueChanged 이벤트 처리기의 현재 집합을 검색합니다. (PropertyDescriptor에서 상속됨)
Protected 메서드 MemberwiseClone 현재 Object의 부분 복사본을 만듭니다. (Object에서 상속됨)
Protected 메서드 OnValueChanged 구현된 ValueChanged 이벤트를 발생시킵니다. (PropertyDescriptor에서 상속됨)
Public 메서드 RemoveValueChanged 이 속성이 변경되면 다른 개체에서 알림을 받을 수 있도록 합니다. (PropertyDescriptor에서 상속됨)
Public 메서드 ResetValue 지정한 구성 요소의 속성 값을 기본값으로 다시 설정합니다. (PropertyDescriptor.ResetValue(Object)을(를) 재정의함)
Public 메서드 SetAttribute 이 속성의 특성 목록에 지정 된 특성을 추가합니다.
Public 메서드 SetAttributes 이 속성의 특성 목록에 지정 된 특성을 추가합니다.
Public 메서드 SetCategory 지정 된 범주 값을 사용 하 여 category 특성을 설정 합니다.
Public 메서드 SetComponentType 구성 요소 형식을 지정 된 형식으로 설정합니다.
Public 메서드 SetConverterType(String) 추가 TypeConverterAttribute을 지정 된 형식 이름에 대 한 속성 설명자 데이터 변환기로를 사용 합니다.
Public 메서드 SetConverterType(Type) 추가 TypeConverterAttribute, 지정 된 형식의 데이터 변환기로 속성 설명자를 사용 합니다.
Public 메서드 SetDescription 지정 된 설명 값을 사용 하 여 설명 특성을 설정 합니다.
Public 메서드 SetDisplayName 지정 된 표시 이름 값을 사용 하 여 표시 이름 특성을 설정 합니다.
Public 메서드 SetIsBrowsable 추가 BrowsableAttribute 에 지정 된 해당 Boolean 속성은 디자인 타임에 속성 창에서 수정할 수 있습니다 여부를 나타내는 값입니다.
Public 메서드 SetIsLocalizable 추가 된 LocalizableAttribute 에 지정 된 해당 Boolean 속성을 지역화 해야 하는지 여부를 나타내는 값입니다.
Public 메서드 SetIsReadOnly 추가 된 ReadOnlyAttribute 에 지정 된 해당 Boolean 속성이 읽기 전용인 지 여부를 나타내는 값입니다.
Public 메서드 SetName 속성 이름을 설정합니다.
Public 메서드 SetPropertyType 속성 형식이 지정 된 형식으로 설정합니다.
Public 메서드 SetValue 지정 된 구성 요소에 대 한 속성 값을 새 값으로 설정합니다. (PropertyDescriptor.SetValue(Object, Object)을(를) 재정의함)
Public 메서드 ShouldSerializeValue 지정한 구성 요소의 속성 값을 serialize 할지 여부를 나타냅니다. (PropertyDescriptor.ShouldSerializeValue(Object)을(를) 재정의함)
Public 메서드 ToString 현재 개체를 나타내는 문자열을 반환합니다. (Object에서 상속됨)

위쪽

스레드로부터의 안전성

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

참고 항목

참조

Microsoft.VisualStudio.Data.Framework 네임스페이스