Share via


TaskPaneCollection.Item Property (Int32)

Gets a reference to the specified TaskPane object from the collection by index value.

Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in microsoft.office.infopath.dll)

Syntax

'Declaration
'Usage

Parameters

  • index
    The zero-based index of the TaskPane object to return.

Property Value

The TaskPane object that corresponds to the specified index value.

Exceptions

Exception type Condition

IndexOutOfRangeException

The index value provided was out of range.

Remarks

After you have set a reference to the TaskPane object that the Item property returns, you can access any of its properties and methods.

This member can be accessed without restrictions.

This type or member can be accessed only from code running in forms opened in Microsoft Office InfoPath 2007.

See Also

Reference

TaskPaneCollection Class
TaskPaneCollection Members
Microsoft.Office.InfoPath Namespace