PropertiesTab.GetProperties 메서드

정의

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

오버로드

Name Description
GetProperties(Object, Attribute[])

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

GetProperties(ITypeDescriptorContext, Object, Attribute[])

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

GetProperties(Object, Attribute[])

Source:
PropertiesTab.cs
Source:
PropertiesTab.cs
Source:
PropertiesTab.cs
Source:
PropertiesTab.cs
Source:
PropertiesTab.cs

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

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 의 배열입니다.

반품

속성을 포함하는 A PropertyDescriptorCollection 입니다.

추가 정보

적용 대상

GetProperties(ITypeDescriptorContext, Object, Attribute[])

Source:
PropertiesTab.cs
Source:
PropertiesTab.cs
Source:
PropertiesTab.cs
Source:
PropertiesTab.cs
Source:
PropertiesTab.cs

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

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 의 배열입니다.

반품

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

추가 정보

적용 대상