SelectedShapesCollection.EditValue(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.
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.