CompositionObject.Comment 속성

정의

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

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 = compositionObject.comment;
compositionObject.comment = string;
Public Property Comment As String

속성 값

String

Platform::String

winrt::hstring

CompositionObject와 연결할 문자열입니다. Visual Studio의 라이브 시각적 트리 디버깅 도구의 경우 특정 시각적 개체에 대해 표시되는 이름은 해당 Comment 속성에서 가져옵니다.

Windows 요구 사항

디바이스 패밀리
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)

적용 대상