Share via


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 不需要網路連線。

適用於