Método VCWizCtlClass.SetErrorInfo
Define o texto de erro para o item especificado.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (em Microsoft.VisualStudio.VsWizard.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- bstrDescription
Tipo: System.String
Uma cadeia de caracteres que contém uma descrição do erro.
- ulHRESULT
Tipo: System.UInt32
O código de status retornado pelo assistente.
- dwReserved
Tipo: System.UInt32
reservado.
- bstrHelpKeyword
Tipo: System.String
A palavra-chave para anexar um botão ajuda na caixa de mensagem
- bstrSource
Tipo: System.String
Uma cadeia de caracteres que contém o nome da fonte do erro.
Implementações
IVCWizCtlUI.SetErrorInfo(String, UInt32, UInt32, String, String)
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.