다음을 통해 공유


PropertiesTab.GetProperties 메서드

정의

지정한 구성 요소의 속성을 가져옵니다.

오버로드

GetProperties(Object, Attribute[])

지정된 특성과 일치하는 지정된 구성 요소의 속성을 가져옵니다.

GetProperties(ITypeDescriptorContext, Object, Attribute[])

지정된 특성 및 컨텍스트와 일치하는 지정된 구성 요소의 속성을 가져옵니다.

GetProperties(Object, Attribute[])

지정된 특성과 일치하는 지정된 구성 요소의 속성을 가져옵니다.

public:
 override System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(System::Object ^ component, cli::array <Attribute ^> ^ attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties (object component, Attribute[] attributes);
public override System.ComponentModel.PropertyDescriptorCollection? GetProperties (object component, Attribute[]? attributes);
override this.GetProperties : obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetProperties (component As Object, attributes As Attribute()) As PropertyDescriptorCollection

매개 변수

component
Object

속성을 검색할 구성 요소입니다.

attributes
Attribute[]

검색할 속성의 특성을 나타내는 Attribute 형식의 배열입니다.

반환

PropertyDescriptorCollection

속성이 포함된 PropertyDescriptorCollection입니다.

추가 정보

적용 대상

GetProperties(ITypeDescriptorContext, Object, Attribute[])

지정된 특성 및 컨텍스트와 일치하는 지정된 구성 요소의 속성을 가져옵니다.

public:
 override System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(System::ComponentModel::ITypeDescriptorContext ^ context, System::Object ^ component, cli::array <Attribute ^> ^ attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties (System.ComponentModel.ITypeDescriptorContext context, object component, Attribute[] attributes);
public override System.ComponentModel.PropertyDescriptorCollection? GetProperties (System.ComponentModel.ITypeDescriptorContext? context, object component, Attribute[]? attributes);
override this.GetProperties : System.ComponentModel.ITypeDescriptorContext * obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetProperties (context As ITypeDescriptorContext, component As Object, attributes As Attribute()) As PropertyDescriptorCollection

매개 변수

context
ITypeDescriptorContext

속성을 검색할 컨텍스트를 나타내는 ITypeDescriptorContext 입니다.

component
Object

속성을 검색할 구성 요소입니다.

attributes
Attribute[]

검색할 속성의 특성을 나타내는 Attribute 형식의 배열입니다.

반환

PropertyDescriptorCollection

지정된 컨텍스트 및 특성과 일치하는 속성이 포함된 PropertyDescriptorCollection 입니다.

추가 정보

적용 대상