NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ControlBindingsCollection.All

Gets/sets all of the bindings that this collection holds. This throws an exception if any binding that ultimately gets added shouldn't be added. If an exception is thrown, the collection returns to it's original state. The CollectionChanged event is fired if it succeeds.

[Visual Basic]
Public Property All As ListBinding ()
[C#]
public ListBinding[] All {get; set;}
[C++]
public: __property ListBinding* get_All();
public: __property void set_All(ListBinding*[]);
[JScript]
public function get All() : ListBinding[];
public function set All(ListBinding[]);

See Also

ControlBindingsCollection Class | ControlBindingsCollection Members | System.WinForms Namespace