IFileContextActionProvider 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.
Offers arbitrary action execution for files.
public interface class IFileContextActionProvider
public interface class IFileContextActionProvider
__interface IFileContextActionProvider
public interface IFileContextActionProvider
type IFileContextActionProvider = interface
Public Interface IFileContextActionProvider
Remarks
An implementing type should export this interface with the ExportFileContextActionProviderAttribute.
Methods
GetActionsAsync(String, FileContext, CancellationToken) |
Gets the actions appropriate for a given file and context. |