UIFocusSystem.Contains(IUIFocusEnvironment, IUIFocusEnvironment) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果 environment
包含 otherEnvironment
,则返回 true
。 否则返回 false
。
[Foundation.Export("environment:containsEnvironment:")]
public static bool Contains (UIKit.IUIFocusEnvironment environment, UIKit.IUIFocusEnvironment otherEnvironment);
static member Contains : UIKit.IUIFocusEnvironment * UIKit.IUIFocusEnvironment -> bool
参数
- environment
- IUIFocusEnvironment
可能包含环境的 。
- otherEnvironment
- IUIFocusEnvironment
可能嵌套的环境。
返回
- 属性