Condividi tramite


StoreCollectionData.DeveloperOfferId Proprietà

Definizione

Ottiene l'ID dell'offerta per sviluppatore associato allo SKU del prodotto.

public:
 property Platform::String ^ DeveloperOfferId { Platform::String ^ get(); };
winrt::hstring DeveloperOfferId();
public string DeveloperOfferId { get; }
var string = storeCollectionData.developerOfferId;
Public ReadOnly Property DeveloperOfferId As String

Valore della proprietà

String

Platform::String

winrt::hstring

ID offerta sviluppatore associato allo SKU del prodotto.

Commenti

Se è stato specificato un valore devOfferId nella proprietà ExtendedJsonData dell'oggetto StorePurchaseProperties passato al metodo RequestPurchaseAsync quando è stato acquistato il prodotto, è possibile recuperare tale valore usando questa proprietà.

Si applica a