IVMTaskCollection interface

The IVMTaskCollection interface defines the collection of task objects. An IVMTaskCollection object is returned from the IVMVirtualServer::Tasks property.

Members

The IVMTaskCollection interface inherits from the IDispatch interface. IVMTaskCollection also has these types of members:

Properties

The IVMTaskCollection interface has these properties.

Property Access type Description
_NewEnum
Read-only
An IEnumVariant enumerator for the collection.
Count
Read-only
The number of tasks defined in this collection.
Item
Read-only
The IVMTask object that corresponds to the given index in this collection.

Requirements

Product
Microsoft Virtual Server 2005 onWindows Server 2003
Download
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003
Header
VsComInterfaces.h

See also

IDispatch

IVMTask