AdornerLayer.GetAdorners(UIElement) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un tableau d’ornements liés au UIElement spécifié.
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()
Paramètres
Retours
- Adorner[]
Tableau d’ornements qui décorent le UIElement spécifié, ou null si aucun ornement n’est lié à l’élément spécifié.