Container.NumberContainers Property (Microsoft.DirectX.Diagnostics)

Retrieves the number of containers stored in the ContainerList.

Definition

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

Property Value

System.Int32
Integer value that represents the number of containers stored in the ContainerList.

This property is read-only.