VirtualizingLayoutContext.RecommendedAnchorIndexCore 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
实现在派生或自定义 VirtualizingLayoutContext 中获取 RecommendedAnchorIndex 的返回值的行为。
本文档适用于 Windows 应用 SDK 中 WinUI 的 WinUI 2 for UWP (,请参阅Windows 应用 SDK命名空间) 。
protected:
virtual property int RecommendedAnchorIndexCore { int get(); };
int RecommendedAnchorIndexCore();
protected virtual int RecommendedAnchorIndexCore { get; }
Protected Overridable ReadOnly Property RecommendedAnchorIndexCore As Integer
属性值
Int32
int
VirtualizingLayoutContext 应作为 RecommendedAnchorIndex 返回的值。