Share via


ProductPurchaseDisplayProperties.Image 屬性

定義

僅Windows Phone。 取得或設定用來在購買時代表產品之影像的位置。

public:
 property Uri ^ Image { Uri ^ get(); void set(Uri ^ value); };
Uri Image();

void Image(Uri value);
public System.Uri Image { get; set; }
var uri = productPurchaseDisplayProperties.image;
productPurchaseDisplayProperties.image = uri;
Public Property Image As Uri

屬性值

影像位置。

適用於