IDatabaseProjectReferenceController.DoDefaultAction Method
Handles the default action for the argument node. For example, the database schema provider for SQL Server opens the references property page through OpenProjectDesigner).
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Sub DoDefaultAction ( _
node As IDatabaseReferenceNode _
)
void DoDefaultAction(
IDatabaseReferenceNode node
)
void DoDefaultAction(
IDatabaseReferenceNode^ node
)
abstract DoDefaultAction :
node:IDatabaseReferenceNode -> unit
function DoDefaultAction(
node : IDatabaseReferenceNode
)
Parameters
- node
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseReferenceNode
The node that was acted upon.
.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.
See Also
Reference
IDatabaseProjectReferenceController Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace