ISettingsManagerHost::AppInitCompletionTask Property

Visual Studio 2015
 

Optional task indicating the host is finished starting. The settings manager will defer resource-intensive tasks until after this task completes.

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

property Task^ AppInitCompletionTask {
	Task^ get();
}

Property Value

Type: System.Threading.Tasks::Task^

Returns Task.

Return to top
Show: