IIndexWorkspaceService3 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.
Extension interface for IIndexWorkspaceService2
public interface class IIndexWorkspaceService3 : Microsoft::VisualStudio::Workspace::Indexing::IIndexWorkspaceService2
public interface IIndexWorkspaceService3 : Microsoft.VisualStudio.Workspace.Indexing.IIndexWorkspaceService2
type IIndexWorkspaceService3 = interface
interface IIndexWorkspaceService2
interface IIndexWorkspaceService
Public Interface IIndexWorkspaceService3
Implements IIndexWorkspaceService2
- Implements
Properties
OnFileEntityChanged |
File Entity changed notification (Inherited from IIndexWorkspaceService) |
OnFileScannerCacheInvalidate |
File Scanner cache invalidation (Inherited from IIndexWorkspaceService) |
OnFileScannerCompleted |
File Scanner notification (Inherited from IIndexWorkspaceService) |
OnFileScannerTypeCompleted |
This event will be fired when scanning of certain file scanner type is considered complete including the case there's no supported scanner of that type. |
OnPropertyChanged |
To receive notifications when properties are changed (Inherited from IIndexWorkspaceService) |
State |
Index Workspace state (Inherited from IIndexWorkspaceService) |
Methods
Extension Methods
GetValuesByContextAsync<T>(IIndexWorkspaceService, String, Guid, Boolean, CancellationToken, String) |
Retrieve data values as Dictionary using the context as the key |
GetValuesByNameAsync<T>(IIndexWorkspaceService, String, Guid, Boolean, CancellationToken, String, String) |
Retrieve data value as Dictionary data |
RefreshElementAsync(IIndexWorkspaceService, String, IndexElement, CancellationToken) |
Refresh an element |