EntityValueBase.ConvertChildrenCollection<TChildType> Method

Definition

Converts a generic children collection to a specific collection.

C#
protected System.Collections.Generic.IReadOnlyCollection<TChildType> ConvertChildrenCollection<TChildType>(System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.ProjectSystem.Query.IEntityValue> children);

Type Parameters

TChildType

Element type of the new collection.

Parameters

children
IEnumerable<IEntityValue>

A generic entity collection.

Returns

IReadOnlyCollection<TChildType>

A specific collection.

Applies to

Proizvod Verzije
Visual Studio SDK 2022