TaskPanes.Item[WdTaskPanes] 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.
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.