UIViewController.DefinesPresentationContext Propriedade
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.
Especifica se este UIViewControlleré View mostrado ao apresentar outro UIViewController.
public virtual bool DefinesPresentationContext { [Foundation.Export("definesPresentationContext")] get; [Foundation.Export("setDefinesPresentationContext:")] set; }
member this.DefinesPresentationContext : bool with get, set
Valor da propriedade
O padrão é false
.
- Atributos
Comentários
Quando um aplicativo apresenta uma exibição (ou seja, usando PresentViewController(UIViewController, Boolean, Action), PresentModalViewController(UIViewController, Boolean)ou PresentMoviePlayerViewController(MPMoviePlayerViewController)), o iOS chama esse método na apresentação UIViewControllerde . Se esse método retornar false
, o iOS chamará esse método em ParentViewController. Se não UIViewController na cadeia retornar true
, o apresentado UIViewController será apresentado usando o contexto raiz UIViewController .