次の方法で共有


UIFocusSystem.Contains(IUIFocusEnvironment, IUIFocusEnvironment) メソッド

定義

environmentotherEnvironment が含まれている場合に 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

入れ子になった可能性のある環境。

戻り値

属性

適用対象