VSConstants.VS_E_BUSY Field
A constant returned by interfaces to asynchronous behavior when the object in question in already busy.
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
Public Const VS_E_BUSY As Integer
Dim value As Integer
value = VSConstants.VS_E_BUSY
public const int VS_E_BUSY
public:
literal int VS_E_BUSY
public const var VS_E_BUSY : int
Field Value
Type: System.Int32
Remarks
An example is starting a build while a project configuration object that can be built is in the process of completing a build or checking time stamps on component files.
Permissions
- 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.