Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the text displayed on the button the user clicks to accept the contents of the Add Connection dialog box, and then returns from the ShowDialog method.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Property AcceptButtonText As String
'Usage
Dim instance As IVsDataConnectionDialog
Dim value As String
value = instance.AcceptButtonText
instance.AcceptButtonText = value
string AcceptButtonText { get; set; }
property String^ AcceptButtonText {
String^ get ();
void set (String^ value);
}
function get AcceptButtonText () : String
function set AcceptButtonText (value : String)
Property Value
Type: System.String
The string value displayed on the button the user clicks to accept the contents of the dialog box.
Remarks
The default value of this property is the string "OK".
.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.
See Also
Reference
IVsDataConnectionDialog Interface