CurrentAppSimulator.LicenseInformation プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
シミュレーションによって提供される現在のアプリのシミュレートされたライセンス メタデータを取得します。
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 では、ネットワーク接続は必要ありません。