CollectionContainer::Collection Property
.NET Framework (current version)
Gets or sets the collection to add.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property IEnumerable^ Collection { IEnumerable^ get(); void set(IEnumerable^ value); }
Property Value
Type: System.Collections::IEnumerable^The collection to add. The default is an empty collection.
.NET Framework
Available since 3.0
Available since 3.0
Show: