PropertyTab.GetProperties 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정한 구성 요소의 속성을 가져옵니다.
오버로드
GetProperties(Object) |
지정한 구성 요소의 속성을 가져옵니다. |
GetProperties(Object, Attribute[]) |
지정된 특성과 일치하는 지정된 구성 요소의 속성을 가져옵니다. |
GetProperties(ITypeDescriptorContext, Object, Attribute[]) |
지정된 특성 및 컨텍스트와 일치하는 지정된 구성 요소의 속성을 가져옵니다. |
GetProperties(Object)
지정한 구성 요소의 속성을 가져옵니다.
public:
virtual System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(System::Object ^ component);
public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties (object component);
public virtual System.ComponentModel.PropertyDescriptorCollection? GetProperties (object component);
abstract member GetProperties : obj -> System.ComponentModel.PropertyDescriptorCollection
override this.GetProperties : obj -> System.ComponentModel.PropertyDescriptorCollection
Public Overridable Function GetProperties (component As Object) As PropertyDescriptorCollection
매개 변수
- component
- Object
속성을 검색할 구성 요소입니다.
반환
이 구성 요소의 속성이 포함된 PropertyDescriptorCollection입니다.
적용 대상
GetProperties(Object, Attribute[])
지정된 특성과 일치하는 지정된 구성 요소의 속성을 가져옵니다.
public:
abstract System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(System::Object ^ component, cli::array <Attribute ^> ^ attributes);
public abstract System.ComponentModel.PropertyDescriptorCollection GetProperties (object component, Attribute[] attributes);
public abstract System.ComponentModel.PropertyDescriptorCollection GetProperties (object component, Attribute[]? attributes);
public abstract System.ComponentModel.PropertyDescriptorCollection? GetProperties (object component, Attribute[]? attributes);
abstract member GetProperties : obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public MustOverride Function GetProperties (component As Object, attributes As Attribute()) As PropertyDescriptorCollection
매개 변수
- component
- Object
속성을 검색할 구성 요소입니다.
반환
속성이 포함된 PropertyDescriptorCollection입니다.
적용 대상
GetProperties(ITypeDescriptorContext, Object, Attribute[])
지정된 특성 및 컨텍스트와 일치하는 지정된 구성 요소의 속성을 가져옵니다.
public:
virtual System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(System::ComponentModel::ITypeDescriptorContext ^ context, System::Object ^ component, cli::array <Attribute ^> ^ attributes);
public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties (System.ComponentModel.ITypeDescriptorContext context, object component, Attribute[] attributes);
public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties (System.ComponentModel.ITypeDescriptorContext? context, object component, Attribute[]? attributes);
public virtual System.ComponentModel.PropertyDescriptorCollection? GetProperties (System.ComponentModel.ITypeDescriptorContext? context, object component, Attribute[]? attributes);
abstract member GetProperties : System.ComponentModel.ITypeDescriptorContext * obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
override this.GetProperties : System.ComponentModel.ITypeDescriptorContext * obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overridable Function GetProperties (context As ITypeDescriptorContext, component As Object, attributes As Attribute()) As PropertyDescriptorCollection
매개 변수
- context
- ITypeDescriptorContext
속성을 검색할 컨텍스트를 나타내는 ITypeDescriptorContext 입니다.
- component
- Object
속성을 검색할 구성 요소입니다.
반환
지정된 컨텍스트 및 특성과 일치하는 속성이 포함된 PropertyDescriptorCollection 입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET