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
IVsDataConnectionDialog CreateConnectionDialog()
IVsDataConnectionDialog^ CreateConnectionDialog()
abstract CreateConnectionDialog : unit -> IVsDataConnectionDialog
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

Microsoft.VisualStudio.Data.Services Namespace