IProjectActionSettingsProvider.UpdateSettingsAsync 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.
Updates the values of the specified IPropertySettings.
public System.Threading.Tasks.Task UpdateSettingsAsync (Microsoft.VisualStudio.Workspace.IWorkspace workspace, Microsoft.VisualStudio.Workspace.IPropertySettings settings, Guid contextTypeGuid, System.Threading.CancellationToken cancellationToken);
abstract member UpdateSettingsAsync : Microsoft.VisualStudio.Workspace.IWorkspace * Microsoft.VisualStudio.Workspace.IPropertySettings * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function UpdateSettingsAsync (workspace As IWorkspace, settings As IPropertySettings, contextTypeGuid As Guid, cancellationToken As CancellationToken) As Task
Parameters
- workspace
- IWorkspace
The workspace context.
- settings
- IPropertySettings
The IPropertySettings to update.
- contextTypeGuid
- Guid
The running action context type guid.
- cancellationToken
- CancellationToken
The task cancellation token.
Returns
A Task representing the asynchronous action.