CalendarReader.ReadFirstChildComponent method

The ReadFirstChildComponent method moves to the first child component of the current component.

Namespace:  Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Function ReadFirstChildComponent As Boolean
'Usage
Dim instance As CalendarReader
Dim returnValue As Boolean

returnValue = instance.ReadFirstChildComponent()
public bool ReadFirstChildComponent()

Return value

Type: System.Boolean
The ReadFirstChildComponent method returns true if there was a child component. Otherwise, the ReadFirstChildComponent method returns false.

See also

Reference

CalendarReader class

CalendarReader members

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace