PropertyList.Count Property (Microsoft.DirectX.Diagnostics)
Retrieves the number of Objects
in the PropertyList.
Definition
Visual Basic Public ReadOnly Property Count As Integer C# public int Count { get; } C++ public:
property int Count {
int get();
}JScript public function get Count() : int
Property Value
System.Int32
Number of Objectsin the PropertyList.
This property is read-only.