VSADDCOMPRESULT Enumeration

Specifies results of component adds.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Public Enumeration VSADDCOMPRESULT
public enum VSADDCOMPRESULT
public enum class VSADDCOMPRESULT
type VSADDCOMPRESULT
public enum VSADDCOMPRESULT

Members

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.

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace