TextField.CommitPendingEdit(ShapeElement, DiagramClientView) 方法

定义

提交挂起的编辑。

public:
 override bool CommitPendingEdit(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape, Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ view);
public override bool CommitPendingEdit (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape, Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView view);
override this.CommitPendingEdit : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> bool
Public Overrides Function CommitPendingEdit (parentShape As ShapeElement, view As DiagramClientView) As Boolean

参数

parentShape
ShapeElement

包含此字段的 ShapeElement。

view
DiagramClientView

承载就地编辑器的视图。

返回

Boolean

适用于