Sdílet prostřednictvím


VCWizCtlClass.SetErrorInfo – metoda

Nastaví text chybové zprávy pro danou položku.

Obor názvů:  Microsoft.VisualStudio.VsWizard
Sestavení:  Microsoft.VisualStudio.VsWizard (v Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

'Deklarace
Public Overridable Sub SetErrorInfo ( _
    bstrDescription As String, _
    ulHRESULT As UInteger, _
    dwReserved As UInteger, _
    bstrHelpKeyword As String, _
    bstrSource As String _
)
public virtual void SetErrorInfo(
    string bstrDescription,
    uint ulHRESULT,
    uint dwReserved,
    string bstrHelpKeyword,
    string bstrSource
)
public:
virtual 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  
override SetErrorInfo : 
        bstrDescription:string * 
        ulHRESULT:uint32 * 
        dwReserved:uint32 * 
        bstrHelpKeyword:string * 
        bstrSource:string -> unit
public function SetErrorInfo(
    bstrDescription : String, 
    ulHRESULT : uint, 
    dwReserved : uint, 
    bstrHelpKeyword : String, 
    bstrSource : String
)

Parametry

  • bstrDescription
    Typ: String

    Řetězec obsahující popis chyby.

  • ulHRESULT
    Typ: UInt32

    Průvodcem Vrácený stavový kód.

  • dwReserved
    Typ: UInt32

    Vyhrazené.

  • bstrHelpKeyword
    Typ: String

    Klíčové slovo pro připojení na tlačítko Nápověda v okně se zprávou

  • bstrSource
    Typ: String

    Řetězec obsahující název zdroje chyb.

Implementuje

IVCWizCtlUI.SetErrorInfo(String, UInt32, UInt32, String, String)

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

VCWizCtlClass Třída

Microsoft.VisualStudio.VsWizard – obor názvů