EditableStream.Delete(Int32) 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.
Deletes up to the specified number of bytes at the current position in the stream; the requested number of bytes may not be deleted. Bytes to the right of the removed bytes will be shifted left.
public abstract int Delete (int count);
abstract member Delete : int -> int
Public MustOverride Function Delete (count As Integer) As Integer
Parameters
- count
- Int32
The requested number of bytes to delete
Returns
The number of bytes actually deleted