PropertiesTab.GetProperties Method

Definition

Gets the properties of the specified component.

Overloads

GetProperties(Object, Attribute[])

Gets the properties of the specified component that match the specified attributes.

GetProperties(ITypeDescriptorContext, Object, Attribute[])

Gets the properties of the specified component that match the specified attributes and context.

GetProperties(Object, Attribute[])

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

Gets the properties of the specified component that match the specified attributes.

public override System.ComponentModel.PropertyDescriptorCollection GetProperties (object component, Attribute[] attributes);
public override System.ComponentModel.PropertyDescriptorCollection? GetProperties (object component, Attribute[]? attributes);

Parameters

component
Object

The component to retrieve properties from.

attributes
Attribute[]

An array of type Attribute that indicates the attributes of the properties to retrieve.

Returns

A PropertyDescriptorCollection that contains the properties.

See also

Applies to

.NET Framework 4.8.1 dan versi lainnya
Produk Versi
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

GetProperties(ITypeDescriptorContext, Object, Attribute[])

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

Gets the properties of the specified component that match the specified attributes and context.

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);

Parameters

context
ITypeDescriptorContext

An ITypeDescriptorContext that indicates the context to retrieve properties from.

component
Object

The component to retrieve properties from.

attributes
Attribute[]

An array of type Attribute that indicates the attributes of the properties to retrieve.

Returns

A PropertyDescriptorCollection that contains the properties matching the specified context and attributes.

See also

Applies to

.NET Framework 4.8.1 dan versi lainnya
Produk Versi
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9