ExpressionsCollectionConverter Class
Provides a type converter for expression binding collections.
Assembly: System.Design (in System.Design.dll)
The ExpressionsCollectionConverter class converts an ExpressionBindingCollection to a string for the property-editing grid at design time, which always appears as an empty string ("").
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 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.
Note: |
|---|
You should never access a type converter directly. This implementation of TypeConverter is intended only for use by an ExpressionBindingCollection object at design time. |
- SecurityPermission
for operating with unmanaged code. Associated enumeration: SecurityPermissionFlag::UnmanagedCode
System.ComponentModel::TypeConverter
System.Web.UI.Design::ExpressionsCollectionConverter
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.
Note: