ExceptionMessageBox.Show Yöntemi (IntPtr, String, String, String, String, String, String, String)
Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.
Özel durum ileti kutusu görüntüler.Yalnızca bilgi amaçlı olarak belirtilmiştir. Desteklenmez. Gelecekteki uyumluluk garanti edilmez.
Ad Alanı: Microsoft.SqlServer.MessageBox
Derleme: Microsoft.ExceptionMessageBox (Microsoft.ExceptionMessageBox içinde.dll)
Sözdizimi
'Bildirim
Public Function Show ( _
hwnd As IntPtr, _
message As String, _
source As String, _
sourceAppName As String, _
sourceAppVersion As String, _
sourceModule As String, _
sourceMessageId As String, _
sourceLanguage As String _
) As DialogResult
'Kullanım
Dim instance As ExceptionMessageBox
Dim hwnd As IntPtr
Dim message As String
Dim source As String
Dim sourceAppName As String
Dim sourceAppVersion As String
Dim sourceModule As String
Dim sourceMessageId As String
Dim sourceLanguage As String
Dim returnValue As DialogResult
returnValue = instance.Show(hwnd, message, _
source, sourceAppName, sourceAppVersion, _
sourceModule, sourceMessageId, sourceLanguage)
public DialogResult Show(
IntPtr hwnd,
string message,
string source,
string sourceAppName,
string sourceAppVersion,
string sourceModule,
string sourceMessageId,
string sourceLanguage
)
public:
DialogResult Show(
IntPtr hwnd,
String^ message,
String^ source,
String^ sourceAppName,
String^ sourceAppVersion,
String^ sourceModule,
String^ sourceMessageId,
String^ sourceLanguage
)
member Show :
hwnd:IntPtr *
message:string *
source:string *
sourceAppName:string *
sourceAppVersion:string *
sourceModule:string *
sourceMessageId:string *
sourceLanguage:string -> DialogResult
public function Show(
hwnd : IntPtr,
message : String,
source : String,
sourceAppName : String,
sourceAppVersion : String,
sourceModule : String,
sourceMessageId : String,
sourceLanguage : String
) : DialogResult
Parametreler
- hwnd
Tür: System.IntPtr
A IntPtr olan bir tanıtıcı üst pencere.
- message
Tür: System.String
Bu örnek ile ilişkilendirilmiş özel durum iletisi içeren bir dize.
- source
Tür: System.String
Bu örnek ile ilişkilendirilmiş özel durumun kaynak içeren bir dize.
- sourceAppName
Tür: System.String
Kaynak uygulama adını içeren bir dize.
- sourceAppVersion
Tür: System.String
Kaynak uygulama sürüm içeren bir dize.
- sourceModule
Tür: System.String
Kaynak modül adı içeren bir dize.
- sourceMessageId
Tür: System.String
Kaynak iletisi içeren bir dize kimliği
- sourceLanguage
Tür: System.String
A String içeren adını kaynak dili.
Dönüş Değeri
Tür: System.Windows.Forms.DialogResult
DialogResult Düğmenin tıklatılmış tarafından kullanıcı.
Ayrıca bkz.