LayoutContext.LayoutStateCore 屬性

定義

在衍生或自訂 LayoutCoNtext 中實作 LayoutState 的行為。

本檔適用于 Windows 應用程式 SDK 中適用于 WinUI 的 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 的值。

適用於