CustomTaskPaneCollection.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.