在最近打开文件组的指定索引处插入最近打开文件项。

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

语法

C#
bool Insert(
	int index,
	string text
)

参数

index
Type: System..::.Int32
指定的插入位置。
text
Type: System..::.String
指定的最近打开文件组中最近打开文件项的标签,该标签用于标识最近打开文件组中的最近打开文件项,同时该标签将显示在最近打开文件的列表中,即显示在最近打开文件项按钮上。

返回值

插入成功返回 true;否则返回 false。

请参见