LocalizableProperties.GetAttributes Method

Gets a collection of attributes for this component.

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

Syntax

'Declaration
Public Function GetAttributes As AttributeCollection
public AttributeCollection GetAttributes()
public:
virtual AttributeCollection^ GetAttributes() sealed
abstract GetAttributes : unit -> AttributeCollection 
override GetAttributes : unit -> AttributeCollection 
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

Microsoft.VisualStudio.Shell Namespace