Share via


IVsDataConnectionDialogFactory.CreateConnectionDialog Method

Creates a new instance of the IVsDataConnectionDialog class.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Function CreateConnectionDialog As IVsDataConnectionDialog
'Usage
Dim instance As IVsDataConnectionDialogFactory 
Dim returnValue As IVsDataConnectionDialog 

returnValue = instance.CreateConnectionDialog()
IVsDataConnectionDialog CreateConnectionDialog()
IVsDataConnectionDialog^ CreateConnectionDialog()
function CreateConnectionDialog() : IVsDataConnectionDialog

Return Value

Type: Microsoft.VisualStudio.Data.Services.IVsDataConnectionDialog
A new instance of the IVsDataConnectionDialog class.

Remarks

When a client has finished with an instance of the dialog box, it should call the Dispose method.

.NET Framework Security

See Also

Reference

IVsDataConnectionDialogFactory Interface

IVsDataConnectionDialogFactory Members

Microsoft.VisualStudio.Data.Services Namespace