다음을 통해 공유


ProductListing.ImageUri 속성

정의

추가 기능(앱 내 제품 또는 IAP라고도 함)과 연결된 이미지의 URI를 가져옵니다.

public:
 property Uri ^ ImageUri { Uri ^ get(); };
Uri ImageUri();
public System.Uri ImageUri { get; }
var uri = productListing.imageUri;
Public ReadOnly Property ImageUri As Uri

속성 값

추가 기능과 연결된 이미지에 대한 URI입니다.

적용 대상