JumpListItem.Logo 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定跳躍清單專案的標誌。
public:
property Uri ^ Logo { Uri ^ get(); void set(Uri ^ value); };
Uri Logo();
void Logo(Uri value);
public System.Uri Logo { get; set; }
var uri = jumpListItem.logo;
jumpListItem.logo = uri;
Public Property Logo As Uri
屬性值
跳躍清單專案標誌的 URI。 這可以使用部署的應用程式套件內的其中一個配置:ms-appx:/// A 路徑來指定。 此路徑會針對應用程式所支援的語言和 DPI 穩定狀態進行解析。 ms-appdata:///local/ 在個別使用者應用程式儲存體中找到的檔案。