VSADDRESULT Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether an item was successfully added to a project.
public enum class VSADDRESULT
public enum class VSADDRESULT
enum VSADDRESULT
public enum VSADDRESULT
type VSADDRESULT =
Public Enum VSADDRESULT
- Inheritance
-
VSADDRESULT
Fields
Name | Value | Description |
---|---|---|
ADDRESULT_Success | -1 | Item was successfully added to the project. |
ADDRESULT_Failure | 0 | Item failed to be added to the project. |
ADDRESULT_Cancel | 1 | AddItem function was canceled by the user. |
Remarks
COM Signature
From vsshell.idl: