SelectedShapesCollection.CanEditValue(DiagramClientView) Method

Definition

Returns a value indicating whether this DiagramItem can be edited.

public:
 bool CanEditValue(Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ view);
public bool CanEditValue (Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView view);
member this.CanEditValue : Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> bool
Public Function CanEditValue (view As DiagramClientView) As Boolean

Parameters

view
DiagramClientView

The DiagramClientView that will host the in-place editor.

Returns

true if this DiagramItem can be edited.

Applies to