SelectAction.DeferredSelectableItem 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 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.