You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Initialization of the package; this method is called right after the package is sited, so this is the place
39
+
/// where you can put all the initialization code that rely on services provided by VisualStudio.
40
+
/// </summary>
41
+
/// <param name="cancellationToken">A cancellation token to monitor for initialization cancellation, which can occur when VS is shutting down.</param>
42
+
/// <param name="progress">A provider for progress updates.</param>
43
+
/// <returns>A task representing the async work of package initialization, or an already completed task if there is none. Do not return null from this method.</returns>
<Descriptionxml:space="preserve">Install a project template that is configured with the latest advancements to bootstrap your modern UWP app development.</Description>
0 commit comments