SelectedShapesCollection.EditItem Property
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.
Gets the item to edit. This is typically the FocusedItem.
public:
property Microsoft::VisualStudio::Modeling::Diagrams::DiagramItem ^ EditItem { Microsoft::VisualStudio::Modeling::Diagrams::DiagramItem ^ get(); };
public Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem EditItem { get; }
member this.EditItem : Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem
Public ReadOnly Property EditItem As DiagramItem
Property Value
The item to edit. This is typically the FocusedItem.