WizardCancelledException.HResult 屬性

取得或設定 HRESULT,它是指派給特定例外狀況的編碼數值。

命名空間:  Microsoft.VisualStudio.TemplateWizard
組件:  Microsoft.VisualStudio.TemplateWizardInterface (在 Microsoft.VisualStudio.TemplateWizardInterface.dll 中)

語法

'宣告
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)

屬性值

型別:System.Int32
HRESULT 值。

.NET Framework 安全性

請參閱

參考

WizardCancelledException 類別

Microsoft.VisualStudio.TemplateWizard 命名空間