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
'Usage
Dim instance As IVsDataConnectionDialog 
Dim value As Boolean 

value = instance.SaveSelection

instance.SaveSelection = value
bool SaveSelection { get; set; }
property bool SaveSelection {
    bool get ();
    void set (bool value);
}
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

IVsDataConnectionDialog Members

Microsoft.VisualStudio.Data.Services Namespace