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
- 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.