Partilhar via


Propriedade DesignerView.Adorners

Obtém a coleção de adornos nesta exibição.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

Public ReadOnly Property Adorners As ICollection(Of UIElement)

Dim instance As DesignerView
Dim value As ICollection(Of UIElement)

value = instance.Adorners
public ICollection<UIElement> Adorners { get; }
public:
property ICollection<UIElement^>^ Adorners {
    ICollection<UIElement^>^ get ();
}
public function get Adorners () : ICollection<UIElement>

Valor de propriedade

Tipo: System.Collections.Generic.ICollection<UIElement>
Uma coleção de todos os painéis de adorno na área de design.

Permissões

Consulte também

Referência

DesignerView Classe

Membros DesignerView

Namespace Microsoft.Windows.Design.Interaction

AdornerPanel

Outros recursos

Demonstra Passo a passo: Criando um Adorner de tempo de design

Adorner de arquitetura