IVstaHelper.ShowIde(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Launches the project in the integrated development environment (IDE).
public:
void ShowIde(System::String ^ defaultActiveItem);
public void ShowIde (string defaultActiveItem);
abstract member ShowIde : string -> unit
Public Sub ShowIde (defaultActiveItem As String)
Parameters
- defaultActiveItem
- String
The default active item.