Udostępnij za pośrednictwem


Metoda IVCWizCtlUI.SetErrorInfo —

Ustawia tekst błędu dla określonego towaru.

Przestrzeń nazw:  Microsoft.VisualStudio.VsWizard
Zestaw:  Microsoft.VisualStudio.VsWizard (w Microsoft.VisualStudio.VsWizard.dll)

Składnia

'Deklaracja
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
)

Parametry

  • bstrDescription
    Typ: String

    Ciąg zawierający opis błędu.

  • ulHRESULT
    Typ: UInt32

    Kod stanu zwracane przez kreatora.

  • dwReserved
    Typ: UInt32

    Reserved.

  • bstrHelpKeyword
    Typ: String

    Słowo kluczowe, aby dołączyć do przycisk Pomoc w oknie komunikatu

  • bstrSource
    Typ: String

    Ciąg zawierający nazwę źródła błędu.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IVCWizCtlUI Interfejs

Przestrzeń nazw Microsoft.VisualStudio.VsWizard