IMarkForDrop.MarkForDrop(Boolean) Method

Definition

Sets the object in either ToBeDropped or Existing state

public void MarkForDrop (bool dropOnAlter);
abstract member MarkForDrop : bool -> unit
Public Sub MarkForDrop (dropOnAlter As Boolean)

Parameters

dropOnAlter
Boolean

When true and the current object state is Existing, sets object state to ToBeDropped when its parent's Alter method is called. When false and the current object state is ToBeDropped, sets the object state to Existing

Applies to