Share via


SqlDatabaseSchemaViewNodeExtender.GetDefaultEvent Method

Returns the default event.

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

Syntax

'Declaration
Public Function GetDefaultEvent As EventDescriptor
'Usage
Dim instance As SqlDatabaseSchemaViewNodeExtender 
Dim returnValue As EventDescriptor 

returnValue = instance.GetDefaultEvent()
public EventDescriptor GetDefaultEvent()
public:
virtual EventDescriptor^ GetDefaultEvent() sealed
public final function GetDefaultEvent() : EventDescriptor

Return Value

Type: System.ComponentModel.EventDescriptor

Implements

ICustomTypeDescriptor.GetDefaultEvent()

.NET Framework Security

See Also

Reference

SqlDatabaseSchemaViewNodeExtender Class

SqlDatabaseSchemaViewNodeExtender Members

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