StoreSku.StoreId 属性

定义

获取此产品 SKU 的应用商店 ID。

public:
 property Platform::String ^ StoreId { Platform::String ^ get(); };
winrt::hstring StoreId();
public string StoreId { get; }
var string = storeSku.storeId;
Public ReadOnly Property StoreId As String

属性值

String

Platform::String

winrt::hstring

此产品 SKU 的应用商店 ID。

注解

此属性返回的应用商店 ID 采用产品 Store ID>SKU Store ID 的格式<,其中:></

  • <product Store ID> 是一个 12 个字符的字母数字字符串,例如 9NBLGGH69M0B。 此应用商店 ID 在合作伙伴中心可用,它由相关 StoreProduct 对象的 StoreId 属性返回。
  • <SKU Store ID> 是标识 SKU 的 4 个字符的字母数字字符串。 此属性返回的完整应用商店 ID 示例为 9NBLGGH69M0B/000N。

适用于