ある企業は、入学希望者からの応募を取り込むモデル駆動型アプリを持っています。
Power Apps コンポーネント フレームワーク (PCF) を使用して、新しい再利用可能なカスタム コンポーネントを作成するように求められます。
カスタム コンポーネントでは、生年月日の入力を許可し、申請者が未成年者ではないことを検証する必要があります。
TypeScript ファイル Index.ts とスタイル シート DatePicker.css にクラス AuditDatePicker を作成します。
コンポーネントをフォームで使用する場合、関連するフィールドとそのプロパティに対してのみ使用できるように定義する必要があります。
マニフェストをどのように完成させるべきでしょうか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

Explanation

Box 1: AuditDatePicker
Constructor: Constructor of the code component.
Box 2:DateandTime.DateOnly
Box 3: bound
usage: Has two properties, bound and input. Bound properties are bound only to the value of the field. Input properties are either bound to a field or allow a static value.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/component-framework/manifest-schema-reference/manif
https://docs.microsoft.com/en-us/powerapps/developer/component-framework/implementing-controls-using-type