Compartilhar via


EntityValueBase.IEntityValue.SetRelatedEntities Method

Definition

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

Parameters

collectionName
String

Implements

Applies to