Share via


PivotNavigationEntry Constructor (PivotNavigator, IEnumerable, IAttachedRelationship)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Protected Sub New ( _
    navigator As PivotNavigator, _
    rootItems As IEnumerable, _
    relationship As IAttachedRelationship _
)
protected PivotNavigationEntry(
    PivotNavigator navigator,
    IEnumerable rootItems,
    IAttachedRelationship relationship
)
protected:
PivotNavigationEntry(
    PivotNavigator^ navigator, 
    IEnumerable^ rootItems, 
    IAttachedRelationship^ relationship
)
new : 
        navigator:PivotNavigator * 
        rootItems:IEnumerable * 
        relationship:IAttachedRelationship -> PivotNavigationEntry
protected function PivotNavigationEntry(
    navigator : PivotNavigator, 
    rootItems : IEnumerable, 
    relationship : IAttachedRelationship
)

Parameters

.NET Framework Security

See Also

Reference

PivotNavigationEntry Class

PivotNavigationEntry Overload

Microsoft.Internal.VisualStudio.PlatformUI Namespace