SearchPopupNavigationService.GetCurrentLocationSetMode(Popup) Método

Definição

Obtém o valor que controla se o CurrentLocation foi alterado pela última vez pelo teclado ou pelo mouse.

public:
 static Microsoft::VisualStudio::PlatformUI::CurrentLocationSetMode GetCurrentLocationSetMode(System::Windows::Controls::Primitives::Popup ^ searchControlPopup);
public static Microsoft.VisualStudio.PlatformUI.CurrentLocationSetMode GetCurrentLocationSetMode (System.Windows.Controls.Primitives.Popup searchControlPopup);
static member GetCurrentLocationSetMode : System.Windows.Controls.Primitives.Popup -> Microsoft.VisualStudio.PlatformUI.CurrentLocationSetMode
Public Shared Function GetCurrentLocationSetMode (searchControlPopup As Popup) As CurrentLocationSetMode

Parâmetros

searchControlPopup
Popup

O pop-up no qual o local é acompanhado.

Retornos

CurrentLocationSetMode

Retorna o valor de CurrentLocationSetMode.

Aplica-se a