Aracılığıyla paylaş


NavigationCommands.BrowseStop Özellik

Tanım

Komutu temsil Browse Stop eden değeri alır.

public:
 static property System::Windows::Input::RoutedUICommand ^ BrowseStop { System::Windows::Input::RoutedUICommand ^ get(); };
public static System.Windows.Input.RoutedUICommand BrowseStop { get; }
static member BrowseStop : System.Windows.Input.RoutedUICommand
Public Shared ReadOnly Property BrowseStop As RoutedUICommand

Özellik Değeri

Yönlendirilen UI komutu.

Varsayılan Değerler
Anahtar Hareketi ALT+ESC
Kullanıcı Arabirimi Metni Durdur

Örnekler

Aşağıdaki örnekte, ile birlikte nasıl kullanılacağı BrowseStop gösterilmektedir Frame. , Frame geçerli Frame gezintiyi durdurarak komutuna BrowseStop yanıt veren bir uygulama sağlar.

<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<!-- NavigationCommands.BrowseStop -->
<MenuItem
  Command="NavigationCommands.BrowseStop"
  CommandTarget="{Binding ElementName=frame}" />
<!-- The following Frame is used to process NavigationCommands.BrowseStop commands -->
<Frame Name="frame" NavigationUIVisibility="Hidden" Source="Page1.xaml" />
</Window>

Açıklamalar

Bu komut, tarayıcı yüklemesini durdurma amacını gösterir.

Frame komutunu NavigationWindow kullanmanız gerekmese de komutu yanıtlamak BrowseStop için destek uygulayın; çoğu durumda bu komuta yanıt olarak uygulama uygulama yazarının sorumluluğundadır.

XAML Öznitelik Kullanımı

<object property="NavigationCommands.BrowseStop"/>  

Şunlara uygulanır

Ayrıca bkz.