NameScope::Values Property
.NET Framework (current version)
Gets a collection of the values in the NameScope dictionary.
Assembly: WindowsBase (in WindowsBase.dll)
public: property ICollection<Object^>^ Values { virtual ICollection<Object^>^ get() sealed; }
Property Value
Type: System.Collections.Generic::ICollection<Object^>^A collection of the values in the NameScope dictionary.
Implements
IDictionary<TKey, TValue>::Values
.NET Framework
Available since 4.0
Available since 4.0
Show: