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
可能是巢狀環境。
傳回
- 屬性