UIFocusSystem.Contains(IUIFocusEnvironment, IUIFocusEnvironment) 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.
Returns true
if environment
contains otherEnvironment
. Otherwise, returns false
.
[Foundation.Export("environment:containsEnvironment:")]
public static bool Contains (UIKit.IUIFocusEnvironment environment, UIKit.IUIFocusEnvironment otherEnvironment);
static member Contains : UIKit.IUIFocusEnvironment * UIKit.IUIFocusEnvironment -> bool
Parameters
- environment
- IUIFocusEnvironment
The possibly containing environment.
- otherEnvironment
- IUIFocusEnvironment
The possibly nested environment.
Returns
- Attributes