Share via


IVsDataConnectionDialog.SaveSelection Property

Gets or sets a value indicating whether the caller of the dialog box should persist the currently selected data source and DDEX provider combination.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Property SaveSelection As Boolean
bool SaveSelection { get; set; }
property bool SaveSelection {
    bool get ();
    void set (bool value);
}
abstract SaveSelection : bool with get, set
function get SaveSelection () : boolean 
function set SaveSelection (value : boolean)

Property Value

Type: System.Boolean
true if the dialog box should persist the currently selected data source and DDEX provider combination; otherwise, false.

Remarks

This value reflects the state of the Always use this selection check box in the Choose Data Source dialog box.

.NET Framework Security

See Also

Reference

IVsDataConnectionDialog Interface

Microsoft.VisualStudio.Data.Services Namespace