Removes a child object from the current object.
            
Namespace: iCalAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| void RemoveChild( ICalendarObject child ) | 
| Visual Basic | 
|---|
| Sub RemoveChild ( _ child As ICalendarObject _ ) | 
| Visual C++ | 
|---|
| void RemoveChild( ICalendarObject^ child ) | 
Parameters
- child
- Type: iCal..::..ICalendarObject





