Share via


PivotNavigationEntry.Navigator Property

[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
Assemblies:   Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Property Navigator As PivotNavigator
public PivotNavigator Navigator { get; private set; }
public:
property PivotNavigator^ Navigator {
    PivotNavigator^ get ();
    private: void set (PivotNavigator^ value);
}
member Navigator : PivotNavigator with get, private set
function get Navigator () : PivotNavigator 
private function set Navigator (value : PivotNavigator)

Property Value

Type: Microsoft.Internal.VisualStudio.PlatformUI.PivotNavigator

.NET Framework Security

See Also

Reference

PivotNavigationEntry Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace