VSADDRESULT Enumeration
Visual Studio 2015
Indicates whether an item was successfully added to a project.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| ADDRESULT_Cancel | AddItem function was canceled by the user. | |
| ADDRESULT_Failure | Item failed to be added to the project. | |
| ADDRESULT_Success | Item was successfully added to the project. |
From vsshell.idl:
Show: