IComponentListTCreateComponent Method
IT Hit WebDAV Classes Reference
Creates new item that can be added to this list using [!:IList<T>.Add] method.
Namespace:
ITHit.Collab.Calendar
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax Function CreateComponent As T
abstract CreateComponent : unit -> 'T
Return Value
Type:
TObject that can be added to this list.
See Also