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 -> doubleProtected Overrides Function GetItemOffsetCore (child As UIElement) As Double参数
- child
- UIElement
要查找位置的元素。
返回
指定项的位置,相对于 VirtualizingStackPanel。