VSADDCOMPRESULT Enumeration

Specifies results of component adds.

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

Syntax

‘선언
Public Enumeration VSADDCOMPRESULT
‘사용 방법
Dim instance As 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:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace