This documentation is archived and is not being maintained.
ListControlDesigner.PreFilterProperties Method
.NET Framework 1.1
Filters the properties exposed through a TypeDescriptor and replaces the property descriptor for the DataSource property, which contains the value used at runtime, with a property descriptor that contains a value indicating a design-time data source.
[Visual Basic] Overrides Protected Sub PreFilterProperties( _ ByVal properties As IDictionary _ ) [C#] protected override void PreFilterProperties( IDictionary properties ); [C++] protected: void PreFilterProperties( IDictionary* properties ); [JScript] protected override function PreFilterProperties( properties : IDictionary );
Parameters
- properties
- An IDictionary that contains the set of properties to expose for the control.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
ListControlDesigner Class | ListControlDesigner Members | System.Web.UI.Design.WebControls Namespace | IDesignerFilter
Show: