AdornerPanel.FromVisual 方法

[本文档仅供预览,在以后的发行版中可能会发生更改。包含的空白主题用作占位符。]

返回作为指定 Visual 的父级的 AdornerPanel

命名空间:  Microsoft.Windows.Design.Interaction
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
Public Shared Function FromVisual ( _
    visual As DependencyObject _
) As AdornerPanel
public static AdornerPanel FromVisual(
    DependencyObject visual
)
public:
static AdornerPanel^ FromVisual(
    DependencyObject^ visual
)
static member FromVisual : 
        visual:DependencyObject -> AdornerPanel 
public static function FromVisual(
    visual : DependencyObject
) : AdornerPanel

参数

返回值

类型:Microsoft.Windows.Design.Interaction.AdornerPanel
作为可视元素父级的 AdornerPanel,如果可视元素没有父级视图,则为 nulla null reference (Nothing in Visual Basic)。

异常

异常 条件
ArgumentNullException

visual 为 nulla null reference (Nothing in Visual Basic)。

.NET Framework 安全性

请参见

参考

AdornerPanel 类

Microsoft.Windows.Design.Interaction 命名空间

其他资源

装饰器体系结构

功能提供程序和功能连接器