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
view
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientViewThe DiagramClientView that is hosting the in-place editor.
Return Value
Type: Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.