Share via


IEntityValue.SetRelatedEntities Method

Definition

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

public void SetRelatedEntities (string collectionName, System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.ProjectSystem.Query.IEntityValue> entityValues);
abstract member SetRelatedEntities : string * System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.ProjectSystem.Query.IEntityValue> -> unit
Public Sub SetRelatedEntities (collectionName As String, entityValues As IReadOnlyCollection(Of IEntityValue))

Parameters

collectionName
String

The collection name.

entityValues
IReadOnlyCollection<IEntityValue>

Entity values in the collection.

Applies to