HtmlControlDesigner.Expressions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the expression bindings for the current control at design time.
public:
property System::Web::UI::ExpressionBindingCollection ^ Expressions { System::Web::UI::ExpressionBindingCollection ^ get(); };
public System.Web.UI.ExpressionBindingCollection Expressions { get; }
member this.Expressions : System.Web.UI.ExpressionBindingCollection
Public ReadOnly Property Expressions As ExpressionBindingCollection
Property Value
An ExpressionBindingCollection that contains the expressions strings set for properties in the current control.
Remarks
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.