LocalizableTypeConverter.GetProperties 메서드

정의

오버로드

Name Description
GetProperties(PropertyInfo[])

전달된 속성을 설명하는 PropertyDescriptors 컬렉션을 가져옵니다. ResourceManager는 속성 목록에서 첫 번째 속성의 선언 형식에서 검색됩니다.

GetProperties(ITypeDescriptorContext, Object, Attribute[])

입력 개체의 속성을 설명하는 PropertyDescriptors 컬렉션을 가져옵니다.

GetProperties(PropertyInfo[])

전달된 속성을 설명하는 PropertyDescriptors 컬렉션을 가져옵니다. ResourceManager는 속성 목록에서 첫 번째 속성의 선언 형식에서 검색됩니다.

public System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Reflection.PropertyInfo[] properties);
override this.GetProperties : System.Reflection.PropertyInfo[] -> System.ComponentModel.PropertyDescriptorCollection
Public Function GetProperties (properties As PropertyInfo()) As PropertyDescriptorCollection

매개 변수

properties
PropertyInfo[]

반품

적용 대상

GetProperties(ITypeDescriptorContext, Object, Attribute[])

입력 개체의 속성을 설명하는 PropertyDescriptors 컬렉션을 가져옵니다.

public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, Attribute[] filter);
override this.GetProperties : System.ComponentModel.ITypeDescriptorContext * obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetProperties (context As ITypeDescriptorContext, value As Object, filter As Attribute()) As PropertyDescriptorCollection

매개 변수

context
ITypeDescriptorContext

사용되지 않는 개체의 컨텍스트

value
Object

속성을 설명하는 개체입니다.

filter
Attribute[]

사용하지 않는 특성으로 속성을 필터링합니다.

반품

PropertyDescriptors의 컬렉션

적용 대상