SelectedShapesCollection.CommitPendingEdit(DiagramClientView) Method
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.
Commits the in-place edit.
public:
bool CommitPendingEdit(Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ view);
public bool CommitPendingEdit (Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView view);
member this.CommitPendingEdit : Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> bool
Public Function CommitPendingEdit (view As DiagramClientView) As Boolean
Parameters
- view
- DiagramClientView
The DiagramClientView that is hosting the in-place editor.
Returns
true if the commit succeeded. Otherwise, false.