IExpressionsAccessor.Expressions Egenskap

Definition

Hämtar en samling ExpressionBinding objekt.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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

Egenskapsvärde

Ett ExpressionBindingCollection innehållande ExpressionBinding objekt som representerar egenskaperna och uttrycken för en kontroll.

Gäller för

Se även