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 ます。