根据指定的最近打开文件组的标题,在指定索引处插入新的最近打开文件组。

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

语法

C#
IRecentFileGroup Insert(
	int index,
	string groupTitle
)

参数

index
Type: System..::.Int32
指定的待插入索引位置。
groupTitle
Type: System..::.String
指定的最近打开文件组的标题。

返回值

返回新插入的最近打开文件组。

请参见