ITaskNamedValueCollection interface (taskschd.h)

Contains a collection of ITaskNamedValuePair interface name-value pairs.

Inheritance

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

Methods

The ITaskNamedValueCollection interface has these methods.

 
ITaskNamedValueCollection::Clear

Clears the entire collection of name-value pairs.
ITaskNamedValueCollection::Create

Creates a name-value pair in the collection.
ITaskNamedValueCollection::get__NewEnum

Gets the collection enumerator for the name-value pair collection.
ITaskNamedValueCollection::get_Count

Gets the number of name-value pairs in the collection.
ITaskNamedValueCollection::get_Item

Gets the specified name-value pair from the collection.
ITaskNamedValueCollection::Remove

Removes a selected name-value pair from the collection.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header taskschd.h

See also

HeaderFields Property of IEmailAction

ValueQueries Property of IEventTrigger