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