VSADDCOMPRESULT Enum
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.
Specifies results of component adds.
public enum class VSADDCOMPRESULT
C++/CX
public enum class VSADDCOMPRESULT
enum VSADDCOMPRESULT
public enum VSADDCOMPRESULT
type VSADDCOMPRESULT =
Public Enum VSADDCOMPRESULT
- Inheritance
-
VSADDCOMPRESULT
Name | Value | Description |
---|---|---|
ADDCOMPRESULT_Success | -1 | Add succeeded, close the dialog. |
ADDCOMPRESULT_Failure | 0 | Add failed, do not close the dialog. |
ADDCOMPRESULT_Cancel | 1 | User canceled, close the dialog. |
From vsshell.idl:
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |