SelectedShapesCollection.CommitPendingEdit Method

Commits the in-place edit.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Public Function CommitPendingEdit ( _
    view As DiagramClientView _
) As Boolean
public bool CommitPendingEdit(
    DiagramClientView view
)
public:
bool CommitPendingEdit(
    DiagramClientView^ view
)
member CommitPendingEdit : 
        view:DiagramClientView -> bool
public function CommitPendingEdit(
    view : DiagramClientView
) : boolean

Parameters

Return Value

Type: Boolean

.NET Framework Security

See Also

Reference

SelectedShapesCollection Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace