Compartilhar via


EntityValueBase.SetRelatedEntities Method

Definition

Sets related entities. This method is used by query engine to fill data.

protected virtual void SetRelatedEntities (string collectionName, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.ProjectSystem.Query.IEntityValue> entityValues);
abstract member SetRelatedEntities : string * seq<Microsoft.VisualStudio.ProjectSystem.Query.IEntityValue> -> unit
override this.SetRelatedEntities : string * seq<Microsoft.VisualStudio.ProjectSystem.Query.IEntityValue> -> unit
Protected Overridable Sub SetRelatedEntities (collectionName As String, entityValues As IEnumerable(Of IEntityValue))

Parameters

collectionName
String

The collection name.

entityValues
IEnumerable<IEntityValue>

Entity values in the collection.

Applies to