ItemOperations Methods

 

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

NameDescription
System_CAPS_pubmethodAddExistingItem(String^)

Adds an existing item to the current project.

System_CAPS_pubmethodAddNewItem(String^, String^)

Adds a new item to the current project.

System_CAPS_pubmethodIsFileOpen(String^, String^)

Indicates whether or not the specified saved file is currently open in the specified view.

System_CAPS_pubmethodNavigate(String^, vsNavigateOptions)

Goes to the given URL.

System_CAPS_pubmethodNewFile(String^, String^, String^)

Creates a file as though you invoked a New File command in the integrated development environment (IDE).

System_CAPS_pubmethodOpenFile(String^, String^)

Opens a file as though you invoked an Open File command in the integrated development environment (IDE).

Return to top
Show: