Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: