SVsAddProjectItemDlg Interface

Definition

Passed to GetService(Type) to return a reference to IVsAddProjectItemDlg.

public interface class SVsAddProjectItemDlg
public interface class SVsAddProjectItemDlg
__interface SVsAddProjectItemDlg
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.Guid("11DFCCEB-D935-4a9f-9796-5BA433C5AF8E")]
public interface SVsAddProjectItemDlg
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.Guid("11DFCCEB-D935-4a9f-9796-5BA433C5AF8E")>]
type SVsAddProjectItemDlg = interface
Public Interface SVsAddProjectItemDlg
Attributes

Remarks

Used by projects to implement their command handlers for the AddItem command as well as other Add commands. These individual Add commands bring up the same dialog as the AddItem command except that the tree control in the left pane is expanded to the correct folder.

Applies to