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