规则:

扩展点所在的插件ID(X)+扩展点的name(Y)

也就是

X.Y

具体代码

Platform.getExtensionRegistry().getExtensionPoint(X.Y).getExtensions()

就OK了。

05-03 23:48