Share via


DataConnectionUIConnector Class

Definition

Represents an implementation of the IVsDataConnectionUIConnector interface.

public ref class DataConnectionUIConnector : Microsoft::VisualStudio::Data::Core::IVsDataSiteableObject<IServiceProvider ^>, Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataConnectionUIConnector
public class DataConnectionUIConnector : Microsoft.VisualStudio.Data.Core.IVsDataSiteableObject<IServiceProvider>, Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataConnectionUIConnector
type DataConnectionUIConnector = class
    interface IVsDataConnectionUIConnector
    interface IVsDataSiteableObject<IServiceProvider>
Public Class DataConnectionUIConnector
Implements IVsDataConnectionUIConnector, IVsDataSiteableObject(Of IServiceProvider)
Inheritance
DataConnectionUIConnector
Implements

Constructors

Name Description
DataConnectionUIConnector()

Initializes a new instance of the DataConnectionUIConnector class.

Properties

Name Description
ServiceProvider

Gets the service provider.

Methods

Name Description
Connect(IVsDataConnection)

Opens the data connection in the context of a connection UI (for example, the data connection dialog box).

Explicit Interface Implementations

Name Description
IVsDataSiteableObject<IServiceProvider>.Site

Applies to