确定是否支持指定名字的工作环境。

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

语法

C#
public bool Contains(
	string name
)

参数

name
Type: System..::.String
工作环境的名字。

返回值

如果包含指定名称的工作环境则为true,否则为false。

请参见