IQueryByIdDataProvider.CreateQueryDataSource Method
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.
Creates a query step based on a set of properties that need to be retrieved.
public Microsoft.VisualStudio.ProjectSystem.Query.Execution.IQueryDataProducer<System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity>,Microsoft.VisualStudio.ProjectSystem.Query.IEntityValue> CreateQueryDataSource (Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus properties);
abstract member CreateQueryDataSource : Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus -> Microsoft.VisualStudio.ProjectSystem.Query.Execution.IQueryDataProducer<System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity>, Microsoft.VisualStudio.ProjectSystem.Query.IEntityValue>
Public Function CreateQueryDataSource (properties As IPropertiesAvailableStatus) As IQueryDataProducer(Of IReadOnlyCollection(Of EntityIdentity), IEntityValue)
Parameters
- properties
- IPropertiesAvailableStatus
Tells the set of properties required by the query.
Returns
A query data source which can be chained to further processing blocks in the query engine.