Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Sub SetConsumerSchema ( _
schema As PropertyDescriptorCollection _
) Implements IWebPartParameters.SetConsumerSchema
'Usage
Dim instance As TransformableFilterValuesToParametersTransformer
Dim schema As PropertyDescriptorCollection
CType(instance, IWebPartParameters).SetConsumerSchema(schema)
void IWebPartParameters.SetConsumerSchema(
PropertyDescriptorCollection schema
)
Parameters
- schema
Type: System.ComponentModel.PropertyDescriptorCollection
Implements
IWebPartParameters.SetConsumerSchema(PropertyDescriptorCollection)
See Also
Reference
TransformableFilterValuesToParametersTransformer Class