TaskPanes.Item[WdTaskPanes] Property

Definition

Returns an individual object in a collection.

public:
 property Microsoft::Office::Interop::Word::TaskPane ^ default[Microsoft::Office::Interop::Word::WdTaskPanes] { Microsoft::Office::Interop::Word::TaskPane ^ get(Microsoft::Office::Interop::Word::WdTaskPanes Index); };
public Microsoft.Office.Interop.Word.TaskPane this[Microsoft.Office.Interop.Word.WdTaskPanes Index] { get; }
member this.Item(Microsoft.Office.Interop.Word.WdTaskPanes) : Microsoft.Office.Interop.Word.TaskPane
Default Public ReadOnly Property Item(Index As WdTaskPanes) As TaskPane

Parameters

Index
WdTaskPanes

An Object indicating the ordinal position or a string representing the name of the individual object.

Property Value

Applies to