VSConstants.UICONTEXT.FirstLaunchSetup_string Field
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.
Indicates that the first launch after setup is in progress. Packages may use ProvideAutoLoad with this UIContext in order to perform expensive one-time per-user initialization. Note that during FirstLaunchSetup many services are unavailable and a package may NOT display any UI. FirstLaunchSetup is not guaranteed to be called; it is just an opportunity for packages to build caches.
public: System::String ^ FirstLaunchSetup_string;
std::wstring FirstLaunchSetup_string;
public const string FirstLaunchSetup_string;
val mutable FirstLaunchSetup_string : string
Public Const FirstLaunchSetup_string As String