SelectedShapesCollection.HasPendingEdit(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.
Returns a value indicating whether in-place editing is active.
public:
bool HasPendingEdit(Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ view);
public bool HasPendingEdit (Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView view);
member this.HasPendingEdit : Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> bool
Public Function HasPendingEdit (view As DiagramClientView) As Boolean
Parameters
- view
- DiagramClientView
The DiagramClientView that would host the in-place editor.