Share via


IVCWizCtlUI.SetErrorInfo (Método)

Establece el texto del error para el elemento especificado.

Espacio de nombres:  Microsoft.VisualStudio.VsWizard
Ensamblado:  Microsoft.VisualStudio.VsWizard (en Microsoft.VisualStudio.VsWizard.dll)

Sintaxis

'Declaración
Sub SetErrorInfo ( _
    bstrDescription As String, _
    ulHRESULT As UInteger, _
    dwReserved As UInteger, _
    bstrHelpKeyword As String, _
    bstrSource As String _
)
void SetErrorInfo(
    string bstrDescription,
    uint ulHRESULT,
    uint dwReserved,
    string bstrHelpKeyword,
    string bstrSource
)
void SetErrorInfo(
    [InAttribute] String^ bstrDescription, 
    [InAttribute] unsigned int ulHRESULT, 
    [InAttribute] unsigned int dwReserved, 
    [InAttribute] String^ bstrHelpKeyword, 
    [InAttribute] String^ bstrSource
)
abstract SetErrorInfo : 
        bstrDescription:string * 
        ulHRESULT:uint32 * 
        dwReserved:uint32 * 
        bstrHelpKeyword:string * 
        bstrSource:string -> unit 
function SetErrorInfo(
    bstrDescription : String, 
    ulHRESULT : uint, 
    dwReserved : uint, 
    bstrHelpKeyword : String, 
    bstrSource : String
)

Parámetros

  • bstrDescription
    Tipo: System.String
    Cadena que contiene una descripción del error.
  • ulHRESULT
    Tipo: System.UInt32
    Código de estado devuelto por el asistente.
  • bstrHelpKeyword
    Tipo: System.String
    Palabra clave que se va a adjuntar a un botón Ayuda en el cuadro de mensaje.
  • bstrSource
    Tipo: System.String
    Cadena que contiene el nombre del origen del error.

Seguridad de .NET Framework

Vea también

Referencia

IVCWizCtlUI Interfaz

Microsoft.VisualStudio.VsWizard (Espacio de nombres)