SetButtonText méthode (String)
Sets the text for the custom text button when only one button is displayed in the exception message box.
Espace de noms : Microsoft.SqlServer.MessageBox
Assembly : Microsoft.ExceptionMessageBox (dans Microsoft.ExceptionMessageBox.dll)
Syntaxe
'Déclaration
Public Sub SetButtonText ( _
button1Text As String _
)
'Utilisation
Dim instance As ExceptionMessageBox
Dim button1Text As String
instance.SetButtonText(button1Text)
public void SetButtonText(
string button1Text
)
public:
void SetButtonText(
String^ button1Text
)
member SetButtonText :
button1Text:string -> unit
public function SetButtonText(
button1Text : String
)
Paramètres
- button1Text
Type : System. . :: . .String
Text for the first custom button.