[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ContentObject.GetChildren

GetChildren Method

GetChildren<T>()

Gets the collection of this content object's children of a specified type.

Declaration
public IReadOnlyList<T> GetChildren<T>() where T : ContentObject
Public Function GetChildren(Of T As ContentObject)() As IReadOnlyList(Of T)
Returns
Type Description
IReadOnlyList<T>

A readonly list of this object's children with the specified type.

Type Parameters
Name Description
T

The requested type of child objects.