Delen via


WizardBackoutException.HResult Property

Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.

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

Syntax

'Declaration
Protected Property HResult As Integer
'Usage
Dim value As Integer 

value = Me.HResult 

Me.HResult = value
protected int HResult { get; set; }
protected:
property int HResult {
    int get ();
    void set (int value);
}
protected function get HResult () : int 
protected function set HResult (value : int)

Property Value

Type: System.Int32
The HRESULT value.

.NET Framework Security

See Also

Reference

WizardBackoutException Class

WizardBackoutException Members

Microsoft.VisualStudio.TemplateWizard Namespace