AdornerLayer.GetAdorners(UIElement) Metodo

Definizione

Restituisce una matrice di strumenti decorativi associati all'oggetto specificato UIElement.

public:
 cli::array <System::Windows::Documents::Adorner ^> ^ GetAdorners(System::Windows::UIElement ^ element);
public System.Windows.Documents.Adorner[] GetAdorners(System.Windows.UIElement element);
member this.GetAdorners : System.Windows.UIElement -> System.Windows.Documents.Adorner[]
Public Function GetAdorners (element As UIElement) As Adorner()

Parametri

element
UIElement

Oggetto UIElement per cui recuperare una matrice di strumenti decorativi.

Valori restituiti

Matrice di adornatori che decorano l'oggetto specificato UIElemento null se non sono presenti oggetti decorativi associati all'elemento specificato.

Si applica a