Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.