__VSOPENFROMSCCDLG Enumeration

Indicates a specific kind of dialog box that is shown to the user.

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

Syntax

'Declaration
Public Enumeration __VSOPENFROMSCCDLG
public enum __VSOPENFROMSCCDLG
public enum class __VSOPENFROMSCCDLG
type __VSOPENFROMSCCDLG
public enum __VSOPENFROMSCCDLG

Members

Member name Description
VSOFSD_OPENSOLUTIONORPROJECT Dialog box is used to open a solution or project from source control.
VSOFSD_ADDEXISTINGITEM Dialog box is used to add an existing item to a solution or project from source control.

Remarks

COM Signature

From vsshell.idl:

These values are passed into GetNamespaceExtensionInformation.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace