SelectedShapesCollection.SetDeferredSelection 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.
Sets the selection using the information gathered from DeferredAdd, DeferredRemove, DeferredPrimaryItem, and DeferredClear. If no deferred information is available, then this method does nothing. This method is intended to be called only during OnElementEventsEnded.
public:
void SetDeferredSelection();
public void SetDeferredSelection ();
member this.SetDeferredSelection : unit -> unit
Public Sub SetDeferredSelection ()