CustomSettingsHelper.TaskIsParallel(IWorkspaceSettingsSource) 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.
Returns whether the task is parallel from the custom setting entry.
public static bool TaskIsParallel (Microsoft.VisualStudio.Workspace.Settings.IWorkspaceSettingsSource customSettings);
static member TaskIsParallel : Microsoft.VisualStudio.Workspace.Settings.IWorkspaceSettingsSource -> bool
Public Shared Function TaskIsParallel (customSettings As IWorkspaceSettingsSource) As Boolean
Parameters
- customSettings
- IWorkspaceSettingsSource
The custom setting source.
Returns
Whether the task is parallel.