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,如果可视元素没有父级视图,则为 nullnull 引用(在 Visual Basic 中为 Nothing)。

异常

异常 条件
ArgumentNullException

visual 为 nullnull 引用(在 Visual Basic 中为 Nothing)。

.NET Framework 安全性

请参见

参考

AdornerPanel 类

Microsoft.Windows.Design.Interaction 命名空间

其他资源

装饰器体系结构

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