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()
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.