Sdílet prostřednictvím


AdornerPanel.GetPlacements – metoda

Poznámka: Toto rozhraní API je nyní zastaralý. Načte hodnotu Placements připojena zadaná pro vlastnost DependencyObject.

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

Syntaxe

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

Parametry

Vrácená hodnota

Typ: Microsoft.Windows.Design.Interaction.AdornerPlacementCollection
AdornerPlacementCollection Který drží AdornerPlacementValue objekty představující adornervelikost a pozici.

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