DataViewBrowseObject.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 a PropertyDescriptorCollection collection of properties for the current browse object. |
GetProperties(Attribute[]) |
Retrieves a PropertyDescriptorCollection collection of properties that match the specified attributes for the current browse object. |
GetProperties()
Retrieves a PropertyDescriptorCollection collection of properties for the current browse object.
public:
virtual System::ComponentModel::PropertyDescriptorCollection ^ GetProperties();
public System.ComponentModel.PropertyDescriptorCollection GetProperties ();
abstract member GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
override this.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
Public Function GetProperties () As PropertyDescriptorCollection
Returns
Returns a PropertyDescriptorCollection collection containing the properties for the current browse object.
Implements
Applies to
GetProperties(Attribute[])
Retrieves a PropertyDescriptorCollection collection of properties that match the specified attributes for the current browse object.
public:
virtual System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(cli::array <Attribute ^> ^ attributes);
public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties (Attribute[] attributes);
abstract member GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
override this.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overridable Function GetProperties (attributes As Attribute()) As PropertyDescriptorCollection
Parameters
Returns
Returns a PropertyDescriptorCollection collection containing the properties that match the specified attributes for the current browse object.