CommandNavigationHelper.GetCommandFocusMode(DependencyObject) Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the command focus mode for the specified element.
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
	Parameters
- element
 - DependencyObject
 
The element.
Returns
The command focus mode.