Share via


DBProProjectOrDbSchemaFileReferenceNodeExtender.GetAttributes Method

Returns a collection of attributes.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders
Assembly:  Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)

Syntax

'Declaration
Public Function GetAttributes As AttributeCollection
'Usage
Dim instance As DBProProjectOrDbSchemaFileReferenceNodeExtender 
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

Implements

ICustomTypeDescriptor.GetAttributes()

.NET Framework Security

See Also

Reference

DBProProjectOrDbSchemaFileReferenceNodeExtender Class

DBProProjectOrDbSchemaFileReferenceNodeExtender Members

Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders Namespace