SelectedShapesCollection.EditValue(DiagramClientView) Method

Definition

Invoke the in-place editor for this DiagramItem.

public:
 void EditValue(Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ view);
public void EditValue (Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView view);
member this.EditValue : Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> unit
Public Sub EditValue (view As DiagramClientView)

Parameters

view
DiagramClientView

The DiagramClientView that will host the in-place editor.

Applies to