IFileContextProvider<T> 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.
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 |