指資源檔案所在的路徑。
適用於
模型導向和畫布應用程式
參數
| 名稱 | Description | 類型 | 為必填項目 | 適用於 |
|---|---|---|---|---|
path |
資源檔案所在的位置 | String |
Yes | 模型導向和畫布應用程式 |
order |
資源檔案應載入的順序 | Positive integer |
Yes | 模型導向和畫布應用程式 |
父元素
| 元素 | Description |
|---|---|
| 資源 | 元件資訊清單中的資源節點是指元件實作其視覺效果所需的資源檔案。 |
Example
<code path="TS_IncrementControl.js" order="1" />
<css path="css/TS_IncrementControl.css" order="1" />
<resx path="strings/TSIncrementControl.1033.resx" version="1.0.0" />
相關文章
Power Apps 元件架構資訊清單結構描述參考
Power Apps 元件架構 API 參考
Power Apps 元件架構概觀