_NavigationGroups.Item Property

Returns a NavigationGroup 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 NavigationGroup
    Get
'Usage
Dim instance As _NavigationGroups
Dim Index As Object
Dim value As NavigationGroup

value = instance(Index)
[DispIdAttribute()]
NavigationGroup this[
    Object Index
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Interop.Outlook.NavigationGroup
A NavigationGroup object that represents the specified object.

Remarks

The index value of a NavigationGroup in the collection represents the ordinal position of the navigation group when displayed in the Navigation Pane. Changing the position of navigation groups also changes the index values of navigation groups contained within the NavigationGroups collection.

See Also

Reference

_NavigationGroups Interface

_NavigationGroups Members

Microsoft.Office.Interop.Outlook Namespace