ExpressionsCollectionEditor Class
Provides a user interface for selecting and editing an expressions binding collection at design time.
Assembly: System.Design (in System.Design.dll)
An instance of the ExpressionsCollectionEditor class is a UITypeEditor object that can be used at design time to select and edit a collection of expression bindings, and assign the expressions to a control property.
A designer host, such as Visual Studio 2005, uses the ExpressionBuilder and ExpressionEditor class implementations with the ExpressionsCollectionEditor and ExpressionsCollectionConverter classes to set the expression bindings for control properties at design time, and the ControlPersister class to persist the expressions for run time. Expression strings reference a localizable resource, an application setting, a connection string, or a custom expression type. The expression string is bound to the control property at design time, and then used at run time to determine the value for the property.
- SecurityPermission
for operating with unmanaged code. Associated enumeration: SecurityPermissionFlag::UnmanagedCode
System.Drawing.Design::UITypeEditor
System.Web.UI.Design::ExpressionsCollectionEditor
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.