ContentControl.Content 속성

정의

ContentControl의 콘텐츠를 가져오거나 설정합니다.

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 = contentControl.content;
contentControl.content = object;
Public Property Content As Object
<contentControl>
    singleObject
</contentControl>
-or-
<contentControl>stringContent</contentControl>
- or -
<contentControl Content="stringContent"/>

속성 값

Object

Platform::Object

IInspectable

컨트롤의 내용이 들어 있는 개체입니다. 기본값은 null입니다.

적용 대상