다음을 통해 공유


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

속성 값

이미지 위치입니다.

적용 대상