Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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: