IVsDataConnectionDialogFactory Interface
Represents the interface that provides the ability to create an instance of the IVsDataConnectionDialog class.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
<GuidAttribute("C4FEE15B-72AC-45e3-9612-7A142D1AC0BF")> _
Public Interface IVsDataConnectionDialogFactory
[GuidAttribute("C4FEE15B-72AC-45e3-9612-7A142D1AC0BF")]
public interface IVsDataConnectionDialogFactory
[GuidAttribute(L"C4FEE15B-72AC-45e3-9612-7A142D1AC0BF")]
public interface class IVsDataConnectionDialogFactory
[<GuidAttribute("C4FEE15B-72AC-45e3-9612-7A142D1AC0BF")>]
type IVsDataConnectionDialogFactory = interface end
public interface IVsDataConnectionDialogFactory
The IVsDataConnectionDialogFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateConnectionDialog | Creates a new instance of the IVsDataConnectionDialog class. |
Top
Remarks
This is a globally registered Visual Studio service.