IProjectActionSettingsProvider Interface
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.
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. |