Share via


PivotNavigationEntry.Navigator Property

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.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