RowToParametersTransformer.IWebPartParameters.SetConsumerSchema Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the property descriptors for the properties that the consumer receives when the GetParametersData(ParametersCallback) method is called.
virtual void System.Web.UI.WebControls.WebParts.IWebPartParameters.SetConsumerSchema(System::ComponentModel::PropertyDescriptorCollection ^ schema) = System::Web::UI::WebControls::WebParts::IWebPartParameters::SetConsumerSchema;
void IWebPartParameters.SetConsumerSchema (System.ComponentModel.PropertyDescriptorCollection schema);
abstract member System.Web.UI.WebControls.WebParts.IWebPartParameters.SetConsumerSchema : System.ComponentModel.PropertyDescriptorCollection -> unit
override this.System.Web.UI.WebControls.WebParts.IWebPartParameters.SetConsumerSchema : System.ComponentModel.PropertyDescriptorCollection -> unit
Sub SetConsumerSchema (schema As PropertyDescriptorCollection) Implements IWebPartParameters.SetConsumerSchema
Parameters
- schema
- PropertyDescriptorCollection
The PropertyDescriptorCollection object returned by IWebPartParameters.Schema.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the RowToParametersTransformer instance is cast to an IWebPartParameters interface.