VSConstants.UNDO_E_CLIENTABORT Field

Error HRESULT for a client abort.

Namespace:  Microsoft.VisualStudio
Assemblies:   Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)

Syntax

‘선언
Public Const UNDO_E_CLIENTABORT As Integer
‘사용 방법
Dim value As Integer

value = VSConstants.UNDO_E_CLIENTABORT
public const int UNDO_E_CLIENTABORT
public:
literal int UNDO_E_CLIENTABORT
static val mutable UNDO_E_CLIENTABORT: int
public const var UNDO_E_CLIENTABORT : int

.NET Framework Security

See Also

Reference

VSConstants Class

VSConstants Members

Microsoft.VisualStudio Namespace

Other Resources

COM Constants and Macros in Managed Code