TypeConverter.SimplePropertyDescriptor 클래스

정의

속성을 포함하지 않는 개체에 속성을 제공하는 abstract 클래스를 나타냅니다.

protected: ref class TypeConverter::SimplePropertyDescriptor abstract : System::ComponentModel::PropertyDescriptor
protected abstract class TypeConverter.SimplePropertyDescriptor : System.ComponentModel.PropertyDescriptor
Protected MustInherit Class TypeConverter.SimplePropertyDescriptor
Inherits PropertyDescriptor
상속
TypeConverter.SimplePropertyDescriptor

예제

이 클래스의 예제는 의 예제를 참조하세요 PropertyDescriptor.

구현자 참고

에서 TypeConverter.SimplePropertyDescriptor상속하는 경우 및 SetValue(Object, Object) 메서드를 재정의 GetValue(Object) 해야 합니다.

생성자

TypeConverter.SimplePropertyDescriptor(Type, String, Type)

TypeConverter.SimplePropertyDescriptor 클래스의 새 인스턴스를 초기화합니다.

TypeConverter.SimplePropertyDescriptor(Type, String, Type, Attribute[])

TypeConverter.SimplePropertyDescriptor 클래스의 새 인스턴스를 초기화합니다.

속성

AttributeArray

특성 배열을 가져오거나 설정합니다.

(다음에서 상속됨 MemberDescriptor)
Attributes

이 멤버에 대한 특성 컬렉션을 가져옵니다.

(다음에서 상속됨 MemberDescriptor)
Category

CategoryAttribute에 지정된, 해당 멤버가 속해 있는 범주의 이름을 가져옵니다.

(다음에서 상속됨 MemberDescriptor)
ComponentType

이 속성 설명자가 바인딩된 구성 요소의 형식을 가져옵니다.

Converter

이 속성의 형식 변환기를 가져옵니다.

(다음에서 상속됨 PropertyDescriptor)
Description

DescriptionAttribute에 지정된 멤버 설명을 가져옵니다.

(다음에서 상속됨 MemberDescriptor)
DesignTimeOnly

DesignOnlyAttribute에 지정된, 이 멤버가 디자인 타임에만 설정되어야 하는지 여부를 가져옵니다.

(다음에서 상속됨 MemberDescriptor)
DisplayName

속성 창 등의 창에 표시될 수 있는 이름을 가져옵니다.

(다음에서 상속됨 MemberDescriptor)
IsBrowsable

BrowsableAttribute에 지정된, 해당 멤버를 찾아볼 수 있는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 MemberDescriptor)
IsLocalizable

LocalizableAttribute에 지정된, 이 속성이 지역화되어야 하는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 PropertyDescriptor)
IsReadOnly

이 속성이 읽기 전용인지 여부를 나타내는 값을 가져옵니다.

Name

해당 멤버의 이름을 가져옵니다.

(다음에서 상속됨 MemberDescriptor)
NameHashCode

GetHashCode()에 지정된, 멤버 이름의 해시 코드를 가져옵니다.

(다음에서 상속됨 MemberDescriptor)
PropertyType

속성의 유형을 가져옵니다.

SerializationVisibility

DesignerSerializationVisibilityAttribute에 지정된, 이 속성이 serialize되어야 하는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 PropertyDescriptor)
SupportsChangeEvents

이 속성의 값 변경 알림이 속성 설명자 외부에서 발생되었는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 PropertyDescriptor)

메서드

AddValueChanged(Object, EventHandler)

이 속성이 변경되면 다른 개체에서 알림을 받을 수 있도록 합니다.

(다음에서 상속됨 PropertyDescriptor)
CanResetValue(Object)

구성 요소를 다시 설정하면 해당 구성 요소의 값이 변경되는지 여부를 반환합니다.

CreateAttributeCollection()

생성자에 전달된 특성 배열을 사용하여 특성 컬렉션을 만듭니다.

(다음에서 상속됨 MemberDescriptor)
CreateInstance(Type)

지정된 형식의 인스턴스를 만듭니다.

(다음에서 상속됨 PropertyDescriptor)
Equals(Object)

이 개체를 다른 개체와 비교하여 두 개체가 같은지 확인합니다.

(다음에서 상속됨 PropertyDescriptor)
FillAttributes(IList)

PropertyDescriptor의 특성을 부모 클래스의 지정된 특성 목록에 추가합니다.

(다음에서 상속됨 PropertyDescriptor)
GetChildProperties()

기본 PropertyDescriptorCollection을 반환합니다.

(다음에서 상속됨 PropertyDescriptor)
GetChildProperties(Attribute[])

지정된 특성 배열을 필터로 사용하여 PropertyDescriptorCollection을 반환합니다.

(다음에서 상속됨 PropertyDescriptor)
GetChildProperties(Object)

지정된 개체에 대해 PropertyDescriptorCollection을 반환합니다.

(다음에서 상속됨 PropertyDescriptor)
GetChildProperties(Object, Attribute[])

지정된 특성 배열을 필터로 사용하여 지정된 개체에 대한 PropertyDescriptorCollection을 반환합니다.

(다음에서 상속됨 PropertyDescriptor)
GetEditor(Type)

지정된 형식의 편집기를 가져옵니다.

(다음에서 상속됨 PropertyDescriptor)
GetHashCode()

이 개체의 해시 코드를 반환합니다.

(다음에서 상속됨 PropertyDescriptor)
GetInvocationTarget(Type, Object)

이 메서드는 멤버를 호출하는 동안 사용해야 하는 개체를 반환합니다.

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

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

(다음에서 상속됨 Object)
GetTypeFromName(String)

해당 이름을 사용하는 형식을 반환합니다.

(다음에서 상속됨 PropertyDescriptor)
GetValue(Object)

파생 클래스에서 재정의된 경우 구성 요소에 대한 현재 속성 값을 가져옵니다.

(다음에서 상속됨 PropertyDescriptor)
GetValueChangedHandler(Object)

특정 구성 요소에 대한 현재 이벤트 처리기 집합 ValueChanged 을 검색합니다.

(다음에서 상속됨 PropertyDescriptor)
MemberwiseClone()

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

(다음에서 상속됨 Object)
OnValueChanged(Object, EventArgs)

구현한 ValueChanged 이벤트를 발생합니다.

(다음에서 상속됨 PropertyDescriptor)
RemoveValueChanged(Object, EventHandler)

이 속성이 변경되면 다른 개체에서 알림을 받을 수 있도록 합니다.

(다음에서 상속됨 PropertyDescriptor)
ResetValue(Object)

구성 요소의 이 속성 값을 다시 설정합니다.

SetValue(Object, Object)

파생 클래스에서 재정의된 경우 구성 요소의 값을 다른 값으로 설정합니다.

(다음에서 상속됨 PropertyDescriptor)
ShouldSerializeValue(Object)

이 속성 값이 지속될 수 있는지 여부를 반환합니다.

ToString()

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

(다음에서 상속됨 Object)

적용 대상

추가 정보