Freigeben über


LocalizableProperties.GetAttributes Method

Gets a collection of attributes for this component.

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

Syntax

'Declaration
Public Function GetAttributes As AttributeCollection
public AttributeCollection GetAttributes()

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