PackageUtilities.IsExperimentalVersionOfVsForVsipDevelopment(String) Method

Definition

Return true if this application was launched with the "/rootsuffix" command line switch.

public:
 static bool IsExperimentalVersionOfVsForVsipDevelopment([Runtime::InteropServices::Out] System::String ^ % rootSuffix);
public static bool IsExperimentalVersionOfVsForVsipDevelopment (out string rootSuffix);
static member IsExperimentalVersionOfVsForVsipDevelopment : string -> bool
Public Function IsExperimentalVersionOfVsForVsipDevelopment (ByRef rootSuffix As String) As Boolean

Parameters

rootSuffix
String

argument of the /rootsuffix commandline switch. This will typically be "Exp".

Returns

Applies to