IMarkForDrop.MarkForDrop(Boolean) 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 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