删除最近打开文件组中从指定索引开始的指定数目的子项。

命名空间:  SuperMap.Desktop
程序集:  SuperMap.Desktop.Core (in SuperMap.Desktop.Core)
版本: dll

语法

C#
bool RemoveRange(
	int startIndex,
	int count
)

参数

startIndex
Type: System..::.Int32
指定的起始索引。
count
Type: System..::.Int32
指定待删除的最近打开文件项的数量。

返回值

删除成功返回 true;删除失败返回 false。

请参见