SelectAction.DeferredSelectableItem Property

Definition

Gets the item that the selection will be set to if and when the OnClicked event occurs.

protected:
 property Microsoft::VisualStudio::Modeling::Diagrams::DiagramItem ^ DeferredSelectableItem { Microsoft::VisualStudio::Modeling::Diagrams::DiagramItem ^ get(); };
protected Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem DeferredSelectableItem { get; }
member this.DeferredSelectableItem : Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem
Protected ReadOnly Property DeferredSelectableItem As DiagramItem

Property Value

The item that the selection will be set to if and when the OnClicked event occurs.

Applies to