VSConstants.UICONTEXT.FirstLaunchSetup_string Field
Specifies a context in which the first launch after setup is in progress. Packages may use ProvideAutoLoad with this UI context to perform expensive one-time per-user initialization. Note that during the first launch after setup, many services are unavailable and a package may not display any UI. The first launch after setup is not guaranteed to be called; it is just an opportunity for packages to build caches.
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Const FirstLaunchSetup_string As String
public const string FirstLaunchSetup_string
public:
literal String^ FirstLaunchSetup_string
static val mutable FirstLaunchSetup_string: string
public const var FirstLaunchSetup_string : String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.