DataBus::GetProperties Method (array<Attribute^>^)
Returns the properties for the DataBus control using the attribute array as a filter.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
public: virtual PropertyDescriptorCollection^ GetProperties( array<Attribute^>^ attributes ) sealed
Parameters
- attributes
-
Type:
array<System::Attribute^>^
An array of attributes that is used as a filter.
Return Value
Type: System.ComponentModel::PropertyDescriptorCollection^A PropertyDescriptorCollection object that represents the filtered properties for the DataBus control.
Show: