SPRowToParametersTransformer.IWebPartParameters.SetConsumerSchema method
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Private Sub SetConsumerSchema ( _
schema As PropertyDescriptorCollection _
) Implements IWebPartParameters.SetConsumerSchema
'Uso
Dim instance As SPRowToParametersTransformer
Dim schema As PropertyDescriptorCollection
CType(instance, IWebPartParameters).SetConsumerSchema(schema)
void IWebPartParameters.SetConsumerSchema(
PropertyDescriptorCollection schema
)
Parâmetros
- schema
Type: System.ComponentModel.PropertyDescriptorCollection
Implements
IWebPartParameters.SetConsumerSchema(PropertyDescriptorCollection)
Ver também
Referência
SPRowToParametersTransformer class