_NavigationModules.Item Property
Returns a NavigationModule object from the collection.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Default Property Item ( _
Index As Object _
) As NavigationModule
Get
'Usage
Dim instance As _NavigationModules
Dim Index As Object
Dim value As NavigationModule
value = instance(Index)
[DispIdAttribute()]
NavigationModule this[
Object Index
] { get; }
Parameters
Index
Type: System.ObjectEither the integer index of the position of the navigation module in the Navigation Pane, or the value used to match the default property of an object in the collection.
Property Value
Type: Microsoft.Office.Interop.Outlook.NavigationModule
A NavigationModule object that represents the specified object.
Remarks
The Name property is the default property of the NavigationModule object.