UIFocusSystem.Contains(IUIFocusEnvironment, IUIFocusEnvironment) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna true
se environment
contém otherEnvironment
. Caso contrário, retorna false
.
[Foundation.Export("environment:containsEnvironment:")]
public static bool Contains (UIKit.IUIFocusEnvironment environment, UIKit.IUIFocusEnvironment otherEnvironment);
static member Contains : UIKit.IUIFocusEnvironment * UIKit.IUIFocusEnvironment -> bool
Parâmetros
- environment
- IUIFocusEnvironment
O ambiente possivelmente que contém.
- otherEnvironment
- IUIFocusEnvironment
O ambiente possivelmente aninhado.
Retornos
- Atributos