LocalizableTypeConverter.GetProperties 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| 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의 컬렉션