IIndexWorkspaceData 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 to access the indexing data trough a snapshot
public interface class IIndexWorkspaceData : IDisposable
public interface IIndexWorkspaceData : IDisposable
type IIndexWorkspaceData = interface
interface IDisposable
Public Interface IIndexWorkspaceData
Implements IDisposable
- Implements
Methods
GetDependentFilesAsync(String, String, String, CancellationToken) |
Return cached File Dependents info |
GetFileDataValuesAsync<T>(String, Guid, String, String, CancellationToken) |
Return cached File Data value info |
GetReferencedFilesAsync(String, String, String, CancellationToken) |
Return cached File Reference info |