CommandNavigationHelper.SetCommandFocusMode(DependencyObject, CommandNavigationHelper+CommandFocusMode) Methode

Definition

Legt den Befehls Fokus Modus für das Element fest.

public:
 static void SetCommandFocusMode(System::Windows::DependencyObject ^ element, Microsoft::VisualStudio::Shell::CommandNavigationHelper::CommandFocusMode value);
public static void SetCommandFocusMode (System.Windows.DependencyObject element, Microsoft.VisualStudio.Shell.CommandNavigationHelper.CommandFocusMode value);
static member SetCommandFocusMode : System.Windows.DependencyObject * Microsoft.VisualStudio.Shell.CommandNavigationHelper.CommandFocusMode -> unit
Public Shared Sub SetCommandFocusMode (element As DependencyObject, value As CommandNavigationHelper.CommandFocusMode)

Parameter

element
DependencyObject

Das Element.

value
CommandNavigationHelper.CommandFocusMode

Der Befehls Fokus Modus.

Gilt für