Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_Success | Add succeeded, close the dialog. | |
ADDCOMPRESULT_Failure | Add failed, do not close the dialog. | |
ADDCOMPRESULT_Cancel | User canceled, close the dialog. |
Remarks
COM Signature
From vsshell.idl: