DataConnectionProperties.GetProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetProperties() |
Retrieves the collection of descriptors of all currently known properties. |
GetProperties(Attribute[]) |
Retrieves the collection of descriptors of currently known properties that match a specified set of attributes. |
GetProperties()
Retrieves the collection of descriptors of all currently known properties.
protected:
System::ComponentModel::PropertyDescriptorCollection ^ GetProperties();
protected System.ComponentModel.PropertyDescriptorCollection GetProperties ();
member this.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
Protected Function GetProperties () As PropertyDescriptorCollection
Returns
The collection of descriptors of all currently known properties.
Applies to
GetProperties(Attribute[])
Retrieves the collection of descriptors of currently known properties that match a specified set of attributes.
protected:
System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(cli::array <Attribute ^> ^ attributes);
protected System.ComponentModel.PropertyDescriptorCollection GetProperties (Attribute[] attributes);
member this.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Protected Function GetProperties (attributes As Attribute()) As PropertyDescriptorCollection
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.