Gets the child objects of the entity.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public abstract DocumentObjectCollection ChildObjects { get; }
Public MustOverride ReadOnly Property ChildObjects As DocumentObjectCollection
	Get
public:
virtual property DocumentObjectCollection^ ChildObjects {
	DocumentObjectCollection^ get () abstract;
}
abstract ChildObjects : DocumentObjectCollection with get

Property Value

DocumentObjectCollection

See Also