IIndexWorkspaceData Interface

Definition

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

Applies to