VSADDCOMPRESULT Enum

Definition

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:

Applies to