CommonQueryableSpace Constructors
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.
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