获取应用程序中指定索引值的插件定义类对象。
命名空间:
SuperMap.Desktop程序集: SuperMap.Desktop.Core (in SuperMap.Desktop.Core)
版本: dll
语法
C# |
---|
public Plugin Item[ int index ] { get; } |
参数
- index
- Type: System..::.Int32
指定的插件定义类对象的索引值。
C# |
---|
public Plugin Item[ int index ] { get; } |