C# 클래스 Cimbalino.Phone.Toolkit.Services.MarketplaceDetailService

Represents an implementation of the IMarketplaceDetailService.
상속: IMarketplaceDetailService
파일 보기 프로젝트 열기: Cimbalino/Cimbalino-Phone-Toolkit

공개 메소드들

메소드 설명
Show ( ) : void

Shows the marketplace information for the current application.

Show ( string contentIdentifier ) : void

Shows the marketplace information for the specified application content identifier.

메소드 상세

Show() 공개 메소드

Shows the marketplace information for the current application.
public Show ( ) : void
리턴 void

Show() 공개 메소드

Shows the marketplace information for the specified application content identifier.
public Show ( string contentIdentifier ) : void
contentIdentifier string The application content identifier.
리턴 void