.NET Framework Class Library
HtmlControlDesigner..::.Expressions Property

Updated: November 2007

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

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

Visual Basic (Declaration)
Public ReadOnly Property Expressions As ExpressionBindingCollection
Visual Basic (Usage)
Dim instance As HtmlControlDesigner
Dim value As ExpressionBindingCollection

value = instance.Expressions
C#
public ExpressionBindingCollection Expressions { get; }
Visual C++
public:
property ExpressionBindingCollection^ Expressions {
    ExpressionBindingCollection^ get ();
}
J#
/** @property */
public ExpressionBindingCollection get_Expressions()
JScript
public function get Expressions () : ExpressionBindingCollection

Property Value

Type: System.Web.UI..::.ExpressionBindingCollection

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.

Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, 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.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Page view tracker