Compartilhar via


AppWindow.Content Propriedade

Definição

Obtém o conteúdo do aplicativo anexado atualmente à janela.

public:
 property UIContentRoot ^ Content { UIContentRoot ^ get(); };
UIContentRoot Content();
public UIContentRoot Content { get; }
var uIContentRoot = appWindow.content;
Public ReadOnly Property Content As UIContentRoot

Valor da propriedade

O conteúdo do aplicativo atualmente anexado à janela.

Aplica-se a