VirtualizingLayoutContext.RecommendedAnchorIndexCore 属性

定义

实现在派生或自定义 VirtualizingLayoutContext 中获取 RecommendedAnchorIndex 的返回值的行为。

本文档适用于 Windows 应用 SDKWinUI 的 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 返回的值。

适用于