Share via


ProjectQueryableSpace(IServiceBroker, JoinableTaskContext) Constructor

Definition

Initializes a new instance of the ProjectQueryableSpace class..

public ProjectQueryableSpace (Microsoft.ServiceHub.Framework.IServiceBroker serviceBroker, Microsoft.VisualStudio.Threading.JoinableTaskContext joinableTaskContext = default);
new Microsoft.VisualStudio.ProjectSystem.Query.ProjectQueryableSpace : Microsoft.ServiceHub.Framework.IServiceBroker * Microsoft.VisualStudio.Threading.JoinableTaskContext -> Microsoft.VisualStudio.ProjectSystem.Query.ProjectQueryableSpace
Public Sub New (serviceBroker As IServiceBroker, Optional joinableTaskContext As JoinableTaskContext = Nothing)

Parameters

serviceBroker
IServiceBroker

The service broker to access the backend of the project API.

joinableTaskContext
JoinableTaskContext

A JoinableTaskContext

Applies to