Share via


IWebPartParameters.Schema プロパティ

定義

コンシューマーが受け取るデータのプロパティ記述子を取得します。

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

データについて説明する PropertyDescriptorCollection

注釈

プロパティは、 Schema インターフェイスによって渡されるデータのプロパティ情報を提供します。 トランスフォーマーコントロールとコンシューマーコントロールは、このプロパティに対してクエリを実行し、インターフェイスインスタンスに格納されているフィールドの型、内容、およびその他の詳細情報を取得でき IWebPartParameters ます。

適用対象