This documentation is archived and is not being maintained.
BaseDataListDesigner.PreFilterProperties Method
.NET Framework 1.1
Filters the properties exposed through a TypeDescriptor and replaces the runtime DataSource property descriptor with 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 filter.
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
BaseDataListDesigner Class | BaseDataListDesigner Members | System.Web.UI.Design.WebControls Namespace | IDesignerFilter
Show: