Udostępnij za pośrednictwem


Właściwość UITestException.HResult —

Pobiera lub ustawia wartość HRESULT ten wyjątek.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITest.Extension
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Extension (w Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Składnia

'Deklaracja
Public Property HResult As Integer
public int HResult { get; set; }
public:
property int HResult {
    int get ();
    void set (int value);
}
member HResult : int with get, set
function get HResult () : int 
function set HResult (value : int)

Wartość właściwości

Typ: Int32
Wynik HRESULT tego wyjątku.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

UITestException Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Extension