ContentPresenter.Content 属性

定义

获取或设置用于生成 ContentPresenter 子元素的数据。

public:
 property Platform::Object ^ Content { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable Content();

void Content(IInspectable value);
public object Content { get; set; }
var object = contentPresenter.content;
contentPresenter.content = object;
Public Property Content As Object
<ContentPresenter Content="{Binding}"/>

属性值

Object

Platform::Object

IInspectable

用于生成子元素的数据。 默认值为 NULL。

适用于