StoreLicense.InAppOfferToken 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得附加元件的產品識別碼。
public:
property Platform::String ^ InAppOfferToken { Platform::String ^ get(); };
winrt::hstring InAppOfferToken();
public string InAppOfferToken { get; }
var string = storeLicense.inAppOfferToken;
Public ReadOnly Property InAppOfferToken As String
屬性值
如果權杖存在,附加元件的應用程式內供應專案權杖。
備註
當您在合作夥伴中心提交附加元件時,此屬性會傳回您提供附加元件的產品識別碼。 如需詳細資訊,請參閱 如何在程式碼中使用附加元件的產品識別碼。