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

适用于