Partager via


CommonQueryableSpace Constructors

Definition

Overloads

CommonQueryableSpace()
CommonQueryableSpace(IServiceBroker, JoinableTaskContext)

Initializes a new instance of the CommonQueryableSpace class.

CommonQueryableSpace()

protected CommonQueryableSpace ();
Protected Sub New ()

Applies to

CommonQueryableSpace(IServiceBroker, JoinableTaskContext)

Initializes a new instance of the CommonQueryableSpace class.

protected CommonQueryableSpace (Microsoft.ServiceHub.Framework.IServiceBroker serviceBroker, Microsoft.VisualStudio.Threading.JoinableTaskContext? joinableTaskContext = default);
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.CommonQueryableSpace : Microsoft.ServiceHub.Framework.IServiceBroker * Microsoft.VisualStudio.Threading.JoinableTaskContext -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.CommonQueryableSpace
Protected 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