LocalizableProperties::GetProperties Method (array<Attribute^>^)
Visual Studio 2015
Returns the properties for selected object using the attribute array as a filter.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: virtual PropertyDescriptorCollection^ GetProperties( array<Attribute^>^ attributes ) sealed
Parameters
- attributes
-
Type:
array<System::Attribute^>^
An array of type Attribute to use as a filter.
Return Value
Type: System.ComponentModel::PropertyDescriptorCollection^Returns a PropertyDescriptorCollection.
Show: