IIndexWorkspaceService2 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 for IIndexWorkspaceService
public interface class IIndexWorkspaceService2 : Microsoft::VisualStudio::Workspace::Indexing::IIndexWorkspaceService
public interface class IIndexWorkspaceService2 : Microsoft::VisualStudio::Workspace::Indexing::IIndexWorkspaceService
__interface IIndexWorkspaceService2 : Microsoft::VisualStudio::Workspace::Indexing::IIndexWorkspaceService
public interface IIndexWorkspaceService2 : Microsoft.VisualStudio.Workspace.Indexing.IIndexWorkspaceService
type IIndexWorkspaceService2 = interface
interface IIndexWorkspaceService
Public Interface IIndexWorkspaceService2
Implements IIndexWorkspaceService
- Derived
- 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) |
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 |