LocalizableProperties::GetAttributes Method ()

 

Gets a collection of attributes for this component.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
virtual AttributeCollection^ GetAttributes() sealed

Return Value

Type: System.ComponentModel::AttributeCollection^

Returns a collection of attributes.

The attributes provide information about the properties and events for the component.

Return to top
Show: