Partilhar via


Método Show (IntPtr, String, String, String, String, String, String, String)

Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam. Use Show instead.

Namespace:  Microsoft.NetEnterpriseServers
Assembly:  Microsoft.NetEnterpriseServers.ExceptionMessageBox (em Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)

Sintaxe

'Declaração
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
'Uso
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

Parâmetros

  • hwnd
    Tipo: System. . :: . .IntPtr
    Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida..
  • message
    Tipo: System. . :: . .String
    Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida..
  • source
    Tipo: System. . :: . .String
    Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida..
  • sourceAppName
    Tipo: System. . :: . .String
    Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida..
  • sourceAppVersion
    Tipo: System. . :: . .String
    Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida..
  • sourceModule
    Tipo: System. . :: . .String
    Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida..
  • sourceMessageId
    Tipo: System. . :: . .String
    Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida..
  • sourceLanguage
    Tipo: System. . :: . .String
    Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida..

Valor de retorno

Tipo: System.Windows.Forms. . :: . .DialogResult
Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida..