ItemOperations Methods
Visual Studio 2015
Namespace:
EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | AddExistingItem(String^) | Adds an existing item to the current project. |
![]() | AddNewItem(String^, String^) | Adds a new item to the current project. |
![]() | IsFileOpen(String^, String^) | Indicates whether or not the specified saved file is currently open in the specified view. |
![]() | Navigate(String^, vsNavigateOptions) | Goes to the given URL. |
![]() | NewFile(String^, String^, String^) | Creates a file as though you invoked a New File command in the integrated development environment (IDE). |
![]() | OpenFile(String^, String^) | Opens a file as though you invoked an Open File command in the integrated development environment (IDE). |
Show:
