VSADDCOMPRESULT Enumeration
Visual Studio 2015
Specifies results of component adds.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| ADDCOMPRESULT_Cancel | User canceled, close the dialog. | |
| ADDCOMPRESULT_Failure | Add failed, do not close the dialog. | |
| ADDCOMPRESULT_Success | Add succeeded, close the dialog. |
From vsshell.idl:
Show: