Compartilhar via


Navegando na Hierarquia do Elemento de um documento WPF

The Document Outline window is a useful tool to view a XAML document in a hierarchical fashion. Você pode usar a janela de estrutura de tópicos do documento para visualizar ou selecione os elementos XAML .

Janela Estrutura de Tópicos de Documento

Viewing Your Document in the Document Outline Window

Estas são as maneiras que você pode em aberto janela Document Outline em um projetode Windows Presentation Foundation (WPF).

  • Sobre o Exibir menu, aponte para Other Windowse selecione Document Outline.

  • Use o teclado atalho CTRL + ALT + T.

  • No modo de exibição de Design da WPF Designer, à direita de-clique em e selecione Document Outline nomenude atalho.

  • Em-canto inferior esquerdo do WPF Designer, abaixo do modo de exibição XAML e à esquerda da tag navigator, clique no botão de estrutura de tópicos do documento.

The Document Outline window displays the hierarchy of the document in a tree-style view with the root window or user control at the top and child elements underneath. You can view the hierarchy by expanding or collapsing the child elements. The name of an element is displayed in parentheses next to the element. Moving the mouse pointer over an element in the Document Outline window causes a rendered thumbnail of that element to appear in a pop-up window.

Selecting an element in the Document Outline window causes that element to be selected in Design view and XAML view of the WPF Designer.

ObservaçãoObservação

The Document Outline window does not allow you to reposition elements in the hierarchy.

Consulte também

Conceitos

Exibição de Divisão: Visualizar a superfície de design WPF e XAML ao mesmo tempo

Outros recursos

Usando recursos