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 です。

適用対象