Share via


IProjectActionSettingsProvider.UpdateSettingsAsync Method

Definition

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.

Applies to