다음을 통해 공유


VoiceCommandContentTile.Title 속성

정의

콘텐츠 타일에 사용되는 제목을 가져오거나 설정합니다.

ContentTileType 속성을 사용하여 타일 레이아웃 템플릿을 지정합니다.

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 = voiceCommandContentTile.title;
voiceCommandContentTile.title = string;
Public Property Title As String

속성 값

String

Platform::String

winrt::hstring

콘텐츠 타일과 연결된 제목입니다.

적용 대상

추가 정보