Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides the ability to customize the behavior of opening a connection when in the context of a connection UI (for example, the data connection dialog box).
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
<DataDefaultObjectAttribute("C58E1B8D-9723-40c8-8B11-9DDAF0B393BA")> _
Public Interface IVsDataConnectionUIConnector
[DataDefaultObjectAttribute("C58E1B8D-9723-40c8-8B11-9DDAF0B393BA")]
public interface IVsDataConnectionUIConnector
[DataDefaultObjectAttribute(L"C58E1B8D-9723-40c8-8B11-9DDAF0B393BA")]
public interface class IVsDataConnectionUIConnector
[<DataDefaultObjectAttribute("C58E1B8D-9723-40c8-8B11-9DDAF0B393BA")>]
type IVsDataConnectionUIConnector = interface end
public interface IVsDataConnectionUIConnector
The IVsDataConnectionUIConnector type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Connect | When implemented by a class, opens the data connection in the context of a connection UI (for example, the data connection dialog box). |
Top
Remarks
This interface has a base implementation in the DDEX Framework.
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace