PackageUtilities.IsExperimentalVersionOfVsForVsipDevelopment(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.
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
Remarks
This method is safe to access from any thread.