IVsDataConnectionUIControl Interface

Definition

Represents the interface that exposes methods and properties that enable a custom user interface (UI) control for editing connection properties in the Data Connection dialog box.

public interface class IVsDataConnectionUIControl : Microsoft::VisualStudio::Data::Core::IVsDataSiteableObject<Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataConnectionUIProperties ^>
public interface IVsDataConnectionUIControl : Microsoft.VisualStudio.Data.Core.IVsDataSiteableObject<Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataConnectionUIProperties>
type IVsDataConnectionUIControl = interface
    interface IVsDataSiteableObject<IVsDataConnectionUIProperties>
Public Interface IVsDataConnectionUIControl
Implements IVsDataSiteableObject(Of IVsDataConnectionUIProperties)
Derived
Implements

Properties

Control

When implemented by a class, gets the current user control as a UserControl object.

Site

Gets or sets the site.

(Inherited from IVsDataSiteableObject<T>)

Methods

LoadProperties()

When implemented by a class, loads the properties of controls in the Data Connection dialog box, such as the data source, user ID, password, and initial catalog.

Applies to