共用方式為


property-dependency 元素

屬性相依性節點中的屬性相依性。 定義兩個屬性之間的相依性。

適用於

畫布應用程式

參數

名稱 Description 類型 為必填項目 適用於
input 輸入屬性的名稱。 字串 yes 畫布應用程式
output 輸出屬性的名稱。 字串 yes 畫布應用程式
required-for 協助識別屬性相依性需求。 目前,唯一支援的值是 schema 字串 yes 畫布應用程式

父元素

元素 Description
屬性相依性 定義一組屬性相依性。

Example

<property-dependencies>
   <property-dependency input="Text" output="Photos" required-for="schema" />
</property-dependencies>

Power Apps 元件架構資訊清單結構描述參考
Power Apps 元件架構 API 參考
Power Apps 元件架構概觀