DataConnectionProperties.ICustomTypeDescriptor.GetProperties Method

Definition

Overloads

ICustomTypeDescriptor.GetProperties()

Retrieves the properties for the specified instance of a component.

ICustomTypeDescriptor.GetProperties(Attribute[])

Retrieves the properties for the specified instance of a component, using the attribute array as a filter.

ICustomTypeDescriptor.GetProperties()

Retrieves the properties for the specified instance of a component.

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties() = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties ();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties () As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties

Returns

A PropertyDescriptorCollection collection representing the properties for this component instance.

Implements

Applies to

ICustomTypeDescriptor.GetProperties(Attribute[])

Retrieves the properties for the specified instance of a component, using the attribute array as a filter.

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties (Attribute[] attributes);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties (attributes As Attribute()) As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties

Parameters

attributes
Attribute[]

An array of type Attribute that is used as a filter to define which properties to return.

Returns

A collection of descriptors of currently known properties that match a specified set of attributes.

Implements

Applies to