VirtualizingStackPanel.GetItemOffsetCore(UIElement) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
VirtualizingStackPanelを基準にして、指定した項目の位置を返します。
protected:
override double GetItemOffsetCore(System::Windows::UIElement ^ child);
protected override double GetItemOffsetCore(System.Windows.UIElement child);
override this.GetItemOffsetCore : System.Windows.UIElement -> double
Protected Overrides Function GetItemOffsetCore (child As UIElement) As Double
パラメーター
- child
- UIElement
検索する位置を持つ要素。
返品
VirtualizingStackPanelを基準とした、指定した項目の位置。