CommandNavigationHelper.GetCommandFocusMode(DependencyObject) Methode

Definition

Ruft den Befehls Fokus Modus für das angegebene Element ab.

public:
 static Microsoft::VisualStudio::Shell::CommandNavigationHelper::CommandFocusMode GetCommandFocusMode(System::Windows::DependencyObject ^ element);
public static Microsoft.VisualStudio.Shell.CommandNavigationHelper.CommandFocusMode GetCommandFocusMode (System.Windows.DependencyObject element);
static member GetCommandFocusMode : System.Windows.DependencyObject -> Microsoft.VisualStudio.Shell.CommandNavigationHelper.CommandFocusMode
Public Shared Function GetCommandFocusMode (element As DependencyObject) As CommandNavigationHelper.CommandFocusMode

Parameter

element
DependencyObject

Das Element.

Gibt zurück

CommandNavigationHelper.CommandFocusMode

Der Befehls Fokus Modus.

Gilt für