XmlNamespaceMappingCollection::Count Property

 

Gets the number of XmlNamespaceMapping objects in the collection.

Namespace:   System.Windows.Data
Assembly:  PresentationFramework (in PresentationFramework.dll)

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

Property Value

Type: System::Int32

The number of XmlNamespaceMapping objects in the collection.

.NET Framework
Available since 3.0
Return to top
Show: