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.