通过


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 字段的类型、内容和其他详细信息的信息。

适用于