Click or drag to resize

PluginIconLocationAttribute Constructor

返回用户文档首页
构造函数

Namespace: LoongCAD.STC.Friendly.Plugins
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public PluginIconLocationAttribute(
	string fileName,
	string subFolder
)

Parameters

fileName  String
图标文件名(不包含扩展名)
subFolder  String
图标相对插件所在目录的子目录
See Also