PropertySnapshot.TryGetRelatedEntities Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected override bool TryGetRelatedEntities (string collectionName, out System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.ProjectSystem.Query.IEntity>? entities);
override this.TryGetRelatedEntities : string * seq -> bool
Protected Overrides Function TryGetRelatedEntities (collectionName As String, ByRef entities As IEnumerable(Of IEntity)) As Boolean
Parameters
- collectionName
- String
- entities
- IEnumerable<IEntity>