AdornerPanel.GetPlacements 方法

**注意:此 API 现在已过时。**获取指定 DependencyObjectPlacements 附加属性的值。

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

语法

声明
Public Shared Function GetPlacements ( _
    adorner As UIElement _
) As AdornerPlacementCollection
public static AdornerPlacementCollection GetPlacements(
    UIElement adorner
)
public:
static AdornerPlacementCollection^ GetPlacements(
    UIElement^ adorner
)
static member GetPlacements : 
        adorner:UIElement -> AdornerPlacementCollection 
public static function GetPlacements(
    adorner : UIElement
) : AdornerPlacementCollection

参数

返回值

类型:Microsoft.Windows.Design.Interaction.AdornerPlacementCollection
一个 AdornerPlacementCollection,存放表示 adorner 的大小和位置的 AdornerPlacementValue 对象。

异常

异常 条件
ArgumentNullException

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

.NET Framework 安全性

请参见

参考

AdornerPanel 类

Microsoft.Windows.Design.Interaction 命名空间

其他资源

装饰器体系结构

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