ProjectSystemQueryService Class
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.
Defines an entry point to access project system API inside a service hub hosted service.
[System.Runtime.CompilerServices.Nullable(0)]
public sealed class ProjectSystemQueryService : IDisposable, Microsoft.VisualStudio.ProjectSystem.Query.IProjectSystemQueryService
[<System.Runtime.CompilerServices.Nullable(0)>]
type ProjectSystemQueryService = class
interface IProjectSystemQueryService
interface IDisposable
Public NotInheritable Class ProjectSystemQueryService
Implements IDisposable, IProjectSystemQueryService
- Inheritance
-
ProjectSystemQueryService
- Attributes
- Implements
Constructors
ProjectSystemQueryService(IServiceBroker, JoinableTaskContext) |
Initializes a new instance of the ProjectSystemQueryService class. |
Methods
Dispose() | |
GetProjectModelQueryableSpaceAsync(CancellationToken) |
Explicit Interface Implementations
IProjectSystemQueryService.QueryableSpace |