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
- 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
IVsDataConnectionDialogFactory Interface