NameScope::Values Property

.NET Framework (current version)
 

Gets a collection of the values in the NameScope dictionary.

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

.NET Framework
Available since 4.0
Return to top
Show: