AdornerPanel.GetPlacements 方法
**注意:這個 API 現在已經過時。**針對指定的 DependencyObject,取得 Placements 附加屬性的值。
命名空間: 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
參數
- adorner
型別:System.Windows.UIElement
要取得其定位的 UIElement。
傳回值
型別:Microsoft.Windows.Design.Interaction.AdornerPlacementCollection
存放 AdornerPlacementValue 物件的 AdornerPlacementCollection,表示 adorner 的大小和位置。
例外狀況
例外狀況 | 條件 |
---|---|
ArgumentNullException | adorner 為 nullNull 參照 (即 Visual Basic 中的 Nothing)。 |
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.Windows.Design.Interaction 命名空間