LayoutContext.LayoutStateCore 属性

定义

在派生版或自定义 LayoutContext 中实现 LayoutState 的行为。

本文档适用于 Windows 应用 SDKWinUI 的 WinUI 2 for UWP (,请参阅Windows 应用 SDK命名空间) 。

protected:
 virtual property Platform::Object ^ LayoutStateCore { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable LayoutStateCore();

void LayoutStateCore(IInspectable value);
protected virtual object LayoutStateCore { get; set; }
Protected Overridable Property LayoutStateCore As Object

属性值

Object

Platform::Object

IInspectable

应由 LayoutContext 返回为 LayoutState 的值。

适用于