次の方法で共有


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

注釈

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

適用対象