共用方式為


AdornerPanel.SetPlacements 方法

**注意:這個 API 現在已經過時。**針對所提供的項目,設定 Placements 附加屬性的值。

命名空間:  Microsoft.Windows.Design.Interaction
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public Shared Sub SetPlacements ( _
    adorner As UIElement, _
    value As AdornerPlacementCollection _
)
public static void SetPlacements(
    UIElement adorner,
    AdornerPlacementCollection value
)
public:
static void SetPlacements(
    UIElement^ adorner, 
    AdornerPlacementCollection^ value
)
static member SetPlacements : 
        adorner:UIElement * 
        value:AdornerPlacementCollection -> unit 
public static function SetPlacements(
    adorner : UIElement, 
    value : AdornerPlacementCollection
)

參數

例外狀況

例外狀況 條件
ArgumentNullException

adorner 為 nullNull 參照 (即 Visual Basic 中的 Nothing)。

.NET Framework 安全性

請參閱

參考

AdornerPanel 類別

Microsoft.Windows.Design.Interaction 命名空間

其他資源

裝飾項架構

功能提供者和功能連接器