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

'宣言
Public Function GetAttributes As AttributeCollection
'使用
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.

Permissions

See Also

Reference

LocalizableProperties Class

LocalizableProperties Members

Microsoft.VisualStudio.Shell Namespace