共用方式為


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.