Share via


IProjectActionSettingsProvider Interface

Definition

Interface for a provider that customizes project actions (e.g. Deploy or Launch) settings.

public interface IProjectActionSettingsProvider
type IProjectActionSettingsProvider = interface
Public Interface IProjectActionSettingsProvider

Methods

SupportsContextAsync(IWorkspace, String, CancellationToken)

Indicates whether this provider supports updating settings from the specified file path. given project output.

UpdateSettingsAsync(IWorkspace, IPropertySettings, Guid, CancellationToken)

Updates the values of the specified IPropertySettings.

Applies to