IReadOnlyCollection<T> Interface
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.
Simple interface that exposes a Count property over a collection
C++
generic <typename T>
public interface class IReadOnlyCollection : Microsoft::VisualStudio::GraphModel::IHasGraphOwner, System::Collections::Generic::IEnumerable<T>
public interface IReadOnlyCollection<T> : Microsoft.VisualStudio.GraphModel.IHasGraphOwner, System.Collections.Generic.IEnumerable<T>
type IReadOnlyCollection<'T> = interface
interface seq<'T>
interface IEnumerable
interface IHasGraphOwner
Public Interface IReadOnlyCollection(Of T)
Implements IEnumerable(Of T), IHasGraphOwner
- T
- Derived
- Implements
Count | |
Owner |
Get the Graph that this object belongs to. (Inherited from IHasGraphOwner) |
Empty |
Return this enumeration in case it is not null. In case it is null return empty enumeration. |
Product | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |