Compartilhar via


Propriedade WizardBackoutException.HResult

Obtém ou define HRESULT, um valor numérico codificado que é atribuído a uma exceção específica.

Namespace:  Microsoft.VisualStudio.TemplateWizard
Assembly:  Microsoft.VisualStudio.TemplateWizardInterface (em Microsoft.VisualStudio.TemplateWizardInterface.dll)

Sintaxe

'Declaração
Protected Property HResult As Integer
protected int HResult { get; set; }
protected:
property int HResult {
    int get ();
    void set (int value);
}
member HResult : int with get, set
function get HResult () : int
function set HResult (value : int)

Valor de propriedade

Tipo: System.Int32
O valor HRESULT.

Segurança do .NET Framework

Consulte também

Referência

WizardBackoutException Classe

Namespace Microsoft.VisualStudio.TemplateWizard