SelectedShapesCollection.DeferredClearBeforeAdditions Method
Defers clearing the selection until ElementEventsEnded is raised. This clears the selection first, and then any deferred additions or removals are applied. The DeferredAdd, DeferredRemove, DeferredPrimaryItem, and DeferredClear methods define the parameters to use in a single call to set the selection when ElementEventsEnded is raised.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Sub DeferredClearBeforeAdditions
public void DeferredClearBeforeAdditions()
public:
void DeferredClearBeforeAdditions()
member DeferredClearBeforeAdditions : unit -> unit
public function DeferredClearBeforeAdditions()
Remarks
This method must be called during a transaction since the selection is deferred to ElementEventsEnded.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.