JumpListItem.Description プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ジャンプ リスト アイテムタスクの説明を取得または設定します。
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
プロパティ値
文字列として指定されたジャンプ リスト アイテム タスクの説明。 ローカライズが必要な場合、この文字列は ms-resource: スキームで指定された URI である必要があります。