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