AdornerLayer.GetAdorners(UIElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回装饰器的数组,这些装饰器绑定到指定的 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()
参数
返回
- Adorner[]
为修饰指定 UIElement 的装饰器数组;如果指定元素上未绑定任何装饰器,则为 null。