SearchPopupNavigationService::SetCurrentLocation Method (Popup^, FrameworkElement^)
Visual Studio 2015
Sets the current navigation location in a search control’s popup when the popup is open.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: static void SetCurrentLocation( Popup^ searchControlPopup, FrameworkElement^ value )
Parameters
- searchControlPopup
-
Type:
System.Windows.Controls.Primitives::Popup^
The search control’s popup within which to set location.
- value
-
Type:
System.Windows::FrameworkElement^
The element to set to the current location.
Show: