Exemplo n.º 1
0
 /// <summary>Creates a new instance of the <see cref="T:Microsoft.Phone.Tasks.MarketplaceSearchTask" /> class.</summary>
 public MarketplaceSearchTask()
 {
     this._marketPlaceContentType = MarketplaceContentType.Applications;
     this._searchTerms            = null;
 }
Exemplo n.º 2
0
 /// <summary>Creates a new instance of the <see cref="T:Microsoft.Phone.Tasks.MarketplaceDetailTask" /> class.</summary>
 public MarketplaceDetailTask()
 {
     this._marketPlaceContentType = MarketplaceContentType.Applications;
     this._contentIdentifier      = null;
 }
Exemplo n.º 3
0
 /// <summary>Creates a new instance of the <see cref="T:Microsoft.Phone.Tasks.MarketplaceHubTask" /> class.</summary>
 public MarketplaceHubTask()
 {
     this._marketPlaceContentType = MarketplaceContentType.Applications;
 }