VSADDCOMPRESULT 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.
Specifies results of component adds.
public enum class VSADDCOMPRESULT
public enum class VSADDCOMPRESULT
enum VSADDCOMPRESULT
public enum VSADDCOMPRESULT
type VSADDCOMPRESULT =
Public Enum VSADDCOMPRESULT
- Inheritance
-
VSADDCOMPRESULT
Fields
ADDCOMPRESULT_Cancel | 1 | User canceled, close the dialog. |
ADDCOMPRESULT_Failure | 0 | Add failed, do not close the dialog. |
ADDCOMPRESULT_Success | -1 | Add succeeded, close the dialog. |
Remarks
COM Signature
From vsshell.idl: