property-dependencies ノードのプロパティ依存関係。 2 つのプロパティ間の依存関係を定義します。
使用可能な対象
キャンバス アプリ
Parameters
件名 | プロパティ | タイプ | Required | 使用可能な対象 |
---|---|---|---|---|
input |
入力プロパティの名前。 | string | yes | キャンバス アプリ |
output |
出力プロパティの名前。 | string | yes | キャンバス アプリ |
required-for |
プロパティの依存関係の要件を特定するのに役立ちます。 現時点では、対応している唯一の値は schema です。 |
string | yes | キャンバス アプリ |
親要素
要素 | プロパティ |
---|---|
property-dependencies | property-dependencies のグループを定義します。 |
例
<property-dependencies>
<property-dependency input="Text" output="Photos" required-for="schema" />
</property-dependencies>
関連記事
Power Apps Component Framework Manifest Schema リファレンス
Power Apps Component Framework API リファレンス
Power Apps Component Framework の概要