다음을 통해 공유


ChapterCue.Title 속성

정의

큐와 연결된 장의 제목을 가져옵니다.

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

void Title(winrt::hstring value);
public string Title { get; set; }
var string = chapterCue.title;
chapterCue.title = string;
Public Property Title As String

속성 값

String

Platform::String

winrt::hstring

챕터의 제목

적용 대상