Sdílet prostřednictvím


AdornerPanel.SetPlacements – metoda

Poznámka: Toto rozhraní API je nyní zastaralý. Nastaví hodnotu Placements připojeny vlastnosti zadaného prvku.

Obor názvů:  Microsoft.Windows.Design.Interaction
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Deklarace
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
)

Parametry

Výjimky

Výjimka Podmínka
ArgumentNullException

adorneris nullodkaz Null (Nothing v jazyce Visual Basic).

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

AdornerPanel Třída

Microsoft.Windows.Design.Interaction – obor názvů

Další zdroje

Adorner Architecture

Feature Providers and Feature Connectors