Freigeben über


LicenseSatisfactionResult.LicenseSatisfactionInfos Eigenschaft

Definition

Bietet Zugriff auf Berechtigungsinformationen, die von der GetSatisfactionInfosAsync-Methode zurückgegeben werden.

public:
 property IMapView<Platform::String ^, LicenseSatisfactionInfo ^> ^ LicenseSatisfactionInfos { IMapView<Platform::String ^, LicenseSatisfactionInfo ^> ^ get(); };
IMapView<winrt::hstring, LicenseSatisfactionInfo const&> LicenseSatisfactionInfos();
public IReadOnlyDictionary<string,LicenseSatisfactionInfo> LicenseSatisfactionInfos { get; }
var iMapView = licenseSatisfactionResult.licenseSatisfactionInfos;
Public ReadOnly Property LicenseSatisfactionInfos As IReadOnlyDictionary(Of String, LicenseSatisfactionInfo)

Eigenschaftswert

Eine Zuordnung von Schlüssel- und Wertpaaren, die Berechtigungsinformationen für die angegebenen Produkte darstellen. In jedem Paar ist der Schlüssel eine Inhalts-ID, die Sie an GetSatisfactionInfosAsyncübergeben haben, und der Wert ist ein LicenseSatisfactionInfo-Objekt, das Berechtigungsinformationen für das entsprechende Produkt bereitstellt.

Gilt für: