IIndexWorkspaceService 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.
IIndexWorkspaceService interface definition
public interface class IIndexWorkspaceService
public interface class IIndexWorkspaceService
__interface IIndexWorkspaceService
public interface IIndexWorkspaceService
type IIndexWorkspaceService = interface
Public Interface IIndexWorkspaceService
- Derived
Properties
OnFileEntityChanged |
File Entity changed notification |
OnFileScannerCacheInvalidate |
File Scanner cache invalidation |
OnFileScannerCompleted |
File Scanner notification |
OnPropertyChanged |
To receive notifications when properties are changed |
State |
Index Workspace state |
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 |