VSADDRESULT Enumeration
Indicates whether an item was successfully added to a project.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
‘선언
Public Enumeration VSADDRESULT
‘사용 방법
Dim instance As VSADDRESULT
public enum VSADDRESULT
public enum class VSADDRESULT
type VSADDRESULT
public enum VSADDRESULT
Members
Member name | Description | |
---|---|---|
ADDRESULT_Success | Item was successfully added to the project. | |
ADDRESULT_Failure | Item failed to be added to the project. | |
ADDRESULT_Cancel | AddItem function was canceled by the user. |
Remarks
COM Signature
From vsshell.idl: