Метод SPRowToParametersTransformer.IWebPartParameters.SetConsumerSchema
Пространство имен: Microsoft.SharePoint.WebPartPages
Сборка: Microsoft.SharePoint (в Microsoft.SharePoint.dll)
Синтаксис
'Декларация
Private Sub SetConsumerSchema ( _
schema As PropertyDescriptorCollection _
) Implements IWebPartParameters.SetConsumerSchema
'Применение
Dim instance As SPRowToParametersTransformer
Dim schema As PropertyDescriptorCollection
CType(instance, IWebPartParameters).SetConsumerSchema(schema)
void IWebPartParameters.SetConsumerSchema(
PropertyDescriptorCollection schema
)
Параметры
Реализации
IWebPartParameters.SetConsumerSchema(PropertyDescriptorCollection)
См. также
Справочные материалы
SPRowToParametersTransformer класс