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입니다.

적용 대상