Container.NumberProperties Property (Microsoft.DirectX.Diagnostics)

Retrieves the number of properties stored in the PropertyList.

Definition

Visual Basic Public ReadOnly Property NumberProperties As Integer
C# public int NumberProperties { get; }
C++ public:
property int NumberProperties {
        int get();
}
JScript public function get NumberProperties() : int

Property Value

System.Int32
Integer value that represents the number of properties stored in the PropertyList.

This property is read-only.