ModelItemDictionary.BeginEdit Method

Include Protected Members
Include Inherited Members

Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Opens an editing scope for the designer.

Overload List

  Name Description
Public method BeginEdit() Opens an editing scope for the designer. Once an editing scope is open, all changes across all objects will be saved into the scope until the transaction is completed or reverted. Editing scopes can be nested, but must be committed in order. (Inherited from ModelItem.)
Public method BeginEdit(String) Opens an editing scope for the designer. Once an editing scope is open, all changes across all objects will be saved into the scope until the transaction is completed or reverted. Editing scopes can be nested, but must be committed in order. (Inherited from ModelItem.)

Top

See Also

Reference

ModelItemDictionary Class

ModelItemDictionary Members

System.Activities.Design.Model Namespace

ModelEditingScope