VSConstants.VS_E_SOLUTIONALREADYOPEN Field
A Visual Studio-specific error HRESULT that indicates "Solution already open."
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Public Const VS_E_SOLUTIONALREADYOPEN As Integer
'使用
Dim value As Integer
value = VSConstants.VS_E_SOLUTIONALREADYOPEN
public const int VS_E_SOLUTIONALREADYOPEN
public:
literal int VS_E_SOLUTIONALREADYOPEN
public const var VS_E_SOLUTIONALREADYOPEN : int
Field Value
Type: System.Int32
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.