UIFocusEnvironment_Extensions.GetPreferredFocusEnvironments 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 list of focus environments, ordered by priority, that the environment prefers when updating the focus.
public static UIKit.IUIFocusEnvironment[] GetPreferredFocusEnvironments (this UIKit.IUIFocusEnvironment This);
static member GetPreferredFocusEnvironments : UIKit.IUIFocusEnvironment -> UIKit.IUIFocusEnvironment[]
Parameters
- This
- IUIFocusEnvironment
The focus environment on which this method operates.