CurrentAppSimulator.LicenseInformation プロパティ

定義

シミュレーションによって提供される現在のアプリのシミュレートされたライセンス メタデータを取得します。

public:
 static property LicenseInformation ^ LicenseInformation { LicenseInformation ^ get(); };
static LicenseInformation LicenseInformation();
public static LicenseInformation LicenseInformation { get; }
var licenseInformation = CurrentAppSimulator.licenseInformation;
Public Shared ReadOnly Property LicenseInformation As LicenseInformation

プロパティ値

シミュレーションによって提供される現在のアプリのライセンス メタデータ。

注釈

返されたオブジェクトのメンバーのデータ ソースとして、WindowsStoreProxy.xml ファイル内の LicenseInformation 要素を使用します。 詳細については、「 CurrentAppSimulator で WindowsStoreProxy.xml ファイルを使用する」を参照してください。

この API では、ネットワーク接続は必要ありません。

適用対象