Metodo VCWizCtlClass.SetErrorInfo
Imposta il testo dell'errore per l'elemento specificato.
Spazio dei nomi: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- bstrDescription
Tipo: System.String
Stringa contenente una descrizione dell'errore.
- ulHRESULT
Tipo: System.UInt32
Codice di stato restituito dalla procedura guidata.
- dwReserved
Tipo: System.UInt32
Riservato.
- bstrHelpKeyword
Tipo: System.String
Parola chiave da associare a un pulsante della guida nella finestra di messaggio
- bstrSource
Tipo: System.String
Stringa contenente il nome dell'origine dell'errore.
Implementa
IVCWizCtlUI.SetErrorInfo(String, UInt32, UInt32, String, String)
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.