Share via


IVsDataConnectionDialog.ChooseSourceAcceptText Property

Gets or sets text that appears on the Continue button of the Choose Data Source dialog box when it appears before the Add Connection dialog box.

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

Syntax

'Declaration
Property ChooseSourceAcceptText As String
'Usage
Dim instance As IVsDataConnectionDialog 
Dim value As String 

value = instance.ChooseSourceAcceptText

instance.ChooseSourceAcceptText = value
string ChooseSourceAcceptText { get; set; }
property String^ ChooseSourceAcceptText {
    String^ get ();
    void set (String^ value);
}
function get ChooseSourceAcceptText () : String 
function set ChooseSourceAcceptText (value : String)

Property Value

Type: System.String
The string literal value of the Continue button text.

Remarks

This method allows customization of the accept (Continue) button text for scenarios in which differing context could change the sense of accepting.

The default is "Continue".

.NET Framework Security

See Also

Reference

IVsDataConnectionDialog Interface

IVsDataConnectionDialog Members

Microsoft.VisualStudio.Data.Services Namespace