IWebPartParameters.SetConsumerSchema(PropertyDescriptorCollection) Method

Definition

Sets the property descriptors for the properties that the consumer receives when calling the GetParametersData(ParametersCallback) method.

public:
 void SetConsumerSchema(System::ComponentModel::PropertyDescriptorCollection ^ schema);
public void SetConsumerSchema (System.ComponentModel.PropertyDescriptorCollection schema);
abstract member SetConsumerSchema : System.ComponentModel.PropertyDescriptorCollection -> unit
Public Sub SetConsumerSchema (schema As PropertyDescriptorCollection)

Parameters

Applies to