IWebPartParameters.Schema プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンシューマーが受信するデータのプロパティ記述子を取得します。
public:
property System::ComponentModel::PropertyDescriptorCollection ^ Schema { System::ComponentModel::PropertyDescriptorCollection ^ get(); };
public System.ComponentModel.PropertyDescriptorCollection Schema { get; }
member this.Schema : System.ComponentModel.PropertyDescriptorCollection
Public ReadOnly Property Schema As PropertyDescriptorCollection
プロパティ値
データを説明する PropertyDescriptorCollection 。
注釈
Schema プロパティは、インターフェイスによって渡されるデータのプロパティ情報を提供します。 トランスフォーマー コントロールとコンシューマー コントロールは、このプロパティに対してクエリを実行して、 IWebPartParameters インターフェイス インスタンスに含まれるフィールドの種類、内容、およびその他の詳細に関する情報を取得できます。