GetAttributes Method

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

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

returnValue = instance.GetAttributes()
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

Implements

ICustomTypeDescriptor..::..GetAttributes() () () ()

See Also

Reference

DatabaseProjectOrSqlSchemaFileReferenceNodeExtender Class

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace