Share via


EntityValueBase.IEntityValue.TryGetRelatedEntities Method

Definition

bool IEntityValue.TryGetRelatedEntities (string collectionName, out System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.ProjectSystem.Query.IEntityValue>? entityValues);
abstract member Microsoft.VisualStudio.ProjectSystem.Query.IEntityValue.TryGetRelatedEntities : string * seq -> bool
override this.Microsoft.VisualStudio.ProjectSystem.Query.IEntityValue.TryGetRelatedEntities : string * seq -> bool
Function TryGetRelatedEntities (collectionName As String, ByRef entityValues As IEnumerable(Of IEntityValue)) As Boolean Implements IEntityValue.TryGetRelatedEntities

Parameters

collectionName
String
entityValues
IEnumerable<IEntityValue>

Returns

Implements

Applies to