Share via


IFileContextProvider<T> Interface

Definition

IFileContextProvider with context type

generic <typename T>
public interface class IFileContextProvider
public interface class IFileContextProvider
template <typename T>
__interface IFileContextProvider
public interface IFileContextProvider<T>
type IFileContextProvider<'T> = interface
Public Interface IFileContextProvider(Of T)

Type Parameters

T

The type of the workspace context

Methods

GetContextsForFileAsync(String, T, CancellationToken)

Get the context

Applies to