CustomTaskPaneCollection.Item[Int32] Property

Definition

Gets the CustomTaskPane at the specified index.

public:
 property Microsoft::Office::Tools::CustomTaskPane ^ default[int] { Microsoft::Office::Tools::CustomTaskPane ^ get(int index); };
public Microsoft.Office.Tools.CustomTaskPane this[int index] { get; }
member this.Item(int) : Microsoft.Office.Tools.CustomTaskPane
Default Public ReadOnly Property Item(index As Integer) As CustomTaskPane

Parameters

index
Int32

The zero-based index of the CustomTaskPane to get.

Property Value

The CustomTaskPane at the specified index.

Exceptions

The Microsoft.Office.Tools.CustomTaskPaneCollection.Dispose method has already been called on the CustomTaskPaneCollection.

Applies to