다음을 통해 공유


JumpListItem.Description 속성

정의

점프 목록 항목 작업 설명을 가져오거나 설정합니다.

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

void Description(winrt::hstring value);
public string Description { get; set; }
var string = jumpListItem.description;
jumpListItem.description = string;
Public Property Description As String

속성 값

String

Platform::String

winrt::hstring

문자열로 지정된 점프 목록 항목 작업 설명입니다. 지역화가 필요한 경우 이 문자열은 ms-resource: 스키마 지정된 URI여야 합니다.

적용 대상