XFile.NumberChildren Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves the number of child objects in this file data object.

Definition

Visual Basic .NET Public ReadOnly Property NumberChildren As Integer
C# public int NumberChildren { get; }
Managed C++ public: __property int get_NumberChildren();
JScript .NET public function get NumberChildren() : int

Property Value

System.Int32 . Number of child objects.

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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.