IExpressionsAccessor Interface

Definition

Defines the properties a class must implement to support collections of expressions.

This API supports the product infrastructure and is not intended to be used directly from your code.

public interface class IExpressionsAccessor
public interface IExpressionsAccessor
type IExpressionsAccessor = interface
Public Interface IExpressionsAccessor
Derived

Remarks

The Control class implements this interface. A control designer can query an instance of a class that derives from Control to obtain the collection of expressions and properties that are bound to the control.

Properties

Expressions

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets a collection of ExpressionBinding objects.

HasExpressions

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets a value indicating whether the instance of the class that implements this interface has any properties bound by an expression.

Applies to

See also