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