Hub.SectionsInView Propriedade
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.
Obtém as seções do hub atualmente na tela.
public:
property IVector<HubSection ^> ^ SectionsInView { IVector<HubSection ^> ^ get(); };
IVector<HubSection> SectionsInView();
C#
public IList<HubSection> SectionsInView { get; }
var iVector = hub.sectionsInView;
Public ReadOnly Property SectionsInView As IList(Of HubSection)
As seções do hub atualmente na tela.
Produto | Versões |
---|---|
Windows App SDK | 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |