HtmlControlDesigner.Expressions Property

Note: This property is new in the .NET Framework version 2.0.

Gets the expression bindings for the current control at design time.

Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)

public:
property ExpressionBindingCollection^ Expressions {
	ExpressionBindingCollection^ get ();
}
/** @property */
public ExpressionBindingCollection get_Expressions ()

public function get Expressions () : ExpressionBindingCollection

Property Value

An ExpressionBindingCollection that contains the expressions strings set for properties in the current control.

The design host, such as Visual Studio 2005, uses the ExpressionBuilder class to get the ExpressionEditor class to get the ExpressionEditorSheet to set expressions for control properties at design time. Expression strings reference a localizable resource, an application setting, a connection string, or a custom expression type.

The Expressions collection contains an ExpressionBinding element for each control property that has an associated expression string. Each ExpressionPrefix property for each element indicates the associated expression builder implementation. The expression string is parsed and evaluated by its associated ExpressionBuilder to determine the control property value at run time.

  • Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see .

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0
Show: