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

适用于