RowToParametersTransformer.IWebPartParameters.SetConsumerSchema Method (PropertyDescriptorCollection)
.NET Framework (current version)
Sets the property descriptors for the properties that the consumer receives when the IWebPartParameters.GetParametersData method is called.
Assembly: System.Web (in System.Web.dll)
Private Sub SetConsumerSchema ( schema As PropertyDescriptorCollection ) Implements IWebPartParameters.SetConsumerSchema
Parameters
- schema
-
Type:
System.ComponentModel.PropertyDescriptorCollection
The PropertyDescriptorCollection object returned by IWebPartParameters.Schema.
This member is an explicit interface member implementation. It can be used only when the RowToParametersTransformer instance is cast to an IWebPartParameters interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: