_DTE Methods
Visual Studio 2015
Namespace:
EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | ExecuteCommand(String^, String^) | Executes the specified command. |
![]() | GetObject(String^) | Gets an interface or object that is late-bound to the DTE object and can be accessed by name at run time. |
![]() | LaunchWizard(String^, array<Object^>^) | Runs a wizard with the supplied parameters. |
![]() | OpenFile(String^, String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | Quit() | Closes the environment. |
![]() | SatelliteDllPath(String^, String^) | Returns the computed path to the satellite DLL when given the installation directory and the file name of the DLL containing localized resources. |
Show:
