Share via


(appxpackaging.h) IAppxManifestProperties 介面

提供封裝指令清單之 properties 區段的唯讀存取權。

繼承

IAppxManifestProperties 介面繼承自 IUnknown 介面。 IAppxManifestProperties 也有下列類型的成員:

方法

IAppxManifestProperties 介面具有這些方法。

 
IAppxManifestProperties::GetBoolValue

取得 properties 區段中指定之布爾專案的值。
IAppxManifestProperties::GetStringValue

取得 properties 區段中指定之字串專案的值。

備註

指令清單的屬性區段是使用 Properties 元素來定義。

您可以使用 IAppxManifestReader::GetProperties 方法來擷取此物件。

範例

如需範例,請參閱 快速入門:讀取應用程式套件指令清單資訊

規格需求

需求
最低支援的用戶端 Windows 8 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2012 [僅限傳統型應用程式]
目標平台 Windows
標頭 appxpackaging.h

另請參閱

IAppxManifestReader::GetProperties