Share via


LayoutContext.LayoutStateCore 屬性

定義

在衍生或自定義 LayoutContext 中實作 LayoutState 的行為。

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 的值。

適用於