Share via


Compositor.Comment 속성

정의

Compositor와 연결할 문자열을 가져오거나 설정합니다.

public:
 property Platform::String ^ Comment { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Comment();

void Comment(winrt::hstring value);
public string Comment { get; set; }
var string = compositor.comment;
compositor.comment = string;
Public Property Comment As String

속성 값

String

Platform::String

winrt::hstring

Compositor와 연결할 문자열입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1803 (10.0.17134.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v6.0에서 도입되었습니다.)

적용 대상