Поделиться через


Свойство ExceptionMessageBox.IgnoreButtonText

Gets the default text for the Ignore button.

Пространство имен:  Microsoft.SqlServer.MessageBox
Сборка:  Microsoft.ExceptionMessageBox (в Microsoft.ExceptionMessageBox.dll)

Синтаксис

'Декларация
Public Shared ReadOnly Property IgnoreButtonText As String 
    Get
'Применение
Dim value As String 

value = ExceptionMessageBox.IgnoreButtonText
public static string IgnoreButtonText { get; }
public:
static property String^ IgnoreButtonText {
    String^ get ();
}
static member IgnoreButtonText : string
static function get IgnoreButtonText () : String

Значение свойства

Тип: System.String
A String value.

Замечания

The IgnoreButtonText property specifies customized button text while it maintains the functionality of the Ignore button.

См. также

Справочник

ExceptionMessageBox Класс

Пространство имен Microsoft.SqlServer.MessageBox