RepeaterDesigner.PreFilterProperties(IDictionary) Method

Definition

Filters the properties to replace the runtime data source property descriptor with the designer's property descriptor.

This API supports the product infrastructure and is not intended to be used directly from your code.

protected:
 override void PreFilterProperties(System::Collections::IDictionary ^ properties);
protected override void PreFilterProperties (System.Collections.IDictionary properties);
override this.PreFilterProperties : System.Collections.IDictionary -> unit
Protected Overrides Sub PreFilterProperties (properties As IDictionary)

Parameters

properties
IDictionary

The properties for the class of the component.

Applies to

See also