LocalizableProperties::GetProperties Method (array<Attribute^>^)

 

Returns the properties for selected object using the attribute array as a filter.

Namespace:   Microsoft.VisualStudio.Shell
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 to top
Show: