Freigeben über


IQueryByIdDataProvider.CreateQueryDataSource Method

Definition

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.

Applies to