IFileContextActionProvider Interface

Definition

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.

Applies to