다음을 통해 공유


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 속성에서 가져옵니다.

적용 대상