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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio Namespace