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
- adorner
Typ: System.Windows.UIElement
UIElement Získat for. stáže
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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
Microsoft.Windows.Design.Interaction – obor názvů