NameScope::Count Property

.NET Framework (current version)
 

Returns the number of items in the collection of mapped names in this NameScope.

Namespace:   System.Windows
Assembly:  WindowsBase (in WindowsBase.dll)

public:
property int Count {
	virtual int get() sealed;
}

Property Value

Type: System::Int32

The number of items in the collection.

.NET Framework
Available since 4.0
Return to top
Show: