IExpressionsAccessor Interface
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.
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. |