Share via


XFileData.NumberChildren Property (Microsoft.DirectX.Direct3D)

Retrieves the number of children in this file data object.

Definition

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

Property Value

System.Int32
The number of children in this file data object.

This property is read-only. 

Remarks

Exception GraphicsException.ErrorCode Cause
GraphicsException XFileErrorCodes.BadValue A variable is outside its expected range; typically returned when an object is invalid.