This documentation is archived and is not being maintained.
ExpressionBindingCollection Properties
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The ExpressionBindingCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Infrastructure. Gets the number of ExpressionBinding objects in the ExpressionBindingCollection collection. |
|
IsReadOnly | Infrastructure. Gets a value indicating whether the ExpressionBinding objects in the collection can be modified. |
|
IsSynchronized | Infrastructure. Gets a value indicating whether access to the collection is synchronized (thread safe). |
|
Item | Infrastructure. Gets an ExpressionBinding object from the collection with the specified PropertyName value. |
|
RemovedBindings | Infrastructure. Gets a collection of strings representing the names of bindings that have been removed. |
|
SyncRoot | Infrastructure. Gets an object that can be used to synchronize access to the collection. |
Show: