PivotNavigationEntry Constructor
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Protected Sub New ( _
navigator As PivotNavigator, _
rootItems As IEnumerable, _
relationshipDisplayItem As IRelationshipDisplayItem _
)
protected PivotNavigationEntry(
PivotNavigator navigator,
IEnumerable rootItems,
IRelationshipDisplayItem relationshipDisplayItem
)
protected:
PivotNavigationEntry(
PivotNavigator^ navigator,
IEnumerable^ rootItems,
IRelationshipDisplayItem^ relationshipDisplayItem
)
new :
navigator:PivotNavigator *
rootItems:IEnumerable *
relationshipDisplayItem:IRelationshipDisplayItem -> PivotNavigationEntry
protected function PivotNavigationEntry(
navigator : PivotNavigator,
rootItems : IEnumerable,
relationshipDisplayItem : IRelationshipDisplayItem
)
Parameters
- navigator
Type: Microsoft.Internal.VisualStudio.PlatformUI.PivotNavigator
- rootItems
Type: System.Collections.IEnumerable
- relationshipDisplayItem
Type: Microsoft.Internal.VisualStudio.PlatformUI.IRelationshipDisplayItem
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.