NameScope::Keys Property

.NET Framework (current version)
 

Gets a collection of the keys in the NameScope dictionary.

Namespace:   System.Windows
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.

.NET Framework
Available since 4.0
Return to top
Show: