示例#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;
 }
示例#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;
 }
示例#3
0
 /// <summary>Creates a new instance of the <see cref="T:Microsoft.Phone.Tasks.MarketplaceHubTask" /> class.</summary>
 public MarketplaceHubTask()
 {
     this._marketPlaceContentType = MarketplaceContentType.Applications;
 }