Share via


LocalizableProperties.GetAttributes Method

Gets a collection of attributes for this component.

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

Syntax

'Declaration
Public Function GetAttributes As AttributeCollection
'Usage
Dim instance As LocalizableProperties 
Dim returnValue As AttributeCollection 

returnValue = instance.GetAttributes()
public AttributeCollection GetAttributes()
public:
virtual AttributeCollection^ GetAttributes() sealed
public final function GetAttributes() : AttributeCollection

Return Value

Type: System.ComponentModel.AttributeCollection
Returns a collection of attributes.

Implements

ICustomTypeDescriptor.GetAttributes()

Remarks

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

.NET Framework Security

See Also

Reference

LocalizableProperties Class

LocalizableProperties Members

Microsoft.VisualStudio.Shell Namespace