PackageUtilities::IsExperimentalVersionOfVsForVsipDevelopment Method (String^)
Visual Studio 2015
Determines whether this application was started by using the /rootsuffix command-line switch.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: static bool IsExperimentalVersionOfVsForVsipDevelopment( [OutAttribute] String^% rootSuffix )
Parameters
- rootSuffix
-
Type:
System::String^
The argument of the /rootsuffix command-line switch. Typically, this is "Exp".
Return Value
Type: System::Booleantrue if this application was started by using the /rootsuffix command-line switch.
Show: