向Debug Console显示数据(uwp with woocommerce)

时间:2016-09-06 11:35:14

标签: c# wordpress visual-studio uwp

我有搜索订单商品的代码

 var p = await wc.GetProducts(new Dictionary<string, string>() {
              { "orderby", "id" }, { "filter[search]", "1884" }
               });

我将此插件用于woocommerce

https://github.com/XiaoFaye/WooCommerce.NET

我需要显示来自p的数据,我该怎么做?

0 个答案:

没有答案