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