PackageUtilities::IsExperimentalVersionOfVsForVsipDevelopment Method (String^)

 

Determines whether this application was started by using the /rootsuffix command-line switch.

Namespace:   Microsoft.VisualStudio.Shell
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::Boolean

true if this application was started by using the /rootsuffix command-line switch.

Return to top
Show: