SPRowToParametersTransformer.IWebPartParameters.SetConsumerSchema - Méthode
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Private Sub SetConsumerSchema ( _
schema As PropertyDescriptorCollection _
) Implements IWebPartParameters.SetConsumerSchema
'Utilisation
Dim instance As SPRowToParametersTransformer
Dim schema As PropertyDescriptorCollection
CType(instance, IWebPartParameters).SetConsumerSchema(schema)
void IWebPartParameters.SetConsumerSchema(
PropertyDescriptorCollection schema
)
Paramètres
- schema
Type : System.ComponentModel.PropertyDescriptorCollection
Implémentations
IWebPartParameters.SetConsumerSchema(PropertyDescriptorCollection)
Voir aussi
Référence
SPRowToParametersTransformer classe