添加项目文件。
This commit is contained in:
29
ShrlAlgo.MsAddIns/commands.xml
Normal file
29
ShrlAlgo.MsAddIns/commands.xml
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<KeyinTree xmlns="http://www.bentley.com/schemas/1.0/MicroStation/AddIn/KeyinTree.xsd">
|
||||
<!--根键入表-->
|
||||
<RootKeyinTable ID="root">
|
||||
<Keyword SubtableRef="Commands" CommandWord="MsAddins">
|
||||
<Options Required="true" />
|
||||
</Keyword>
|
||||
</RootKeyinTable>
|
||||
<!--子键入表-->
|
||||
<SubKeyinTables>
|
||||
<KeyinTable ID="Commands">
|
||||
<Keyword SubtableRef="FromCmd" CommandWord="Commands">
|
||||
<Options Required="true" />
|
||||
</Keyword>
|
||||
</KeyinTable>
|
||||
|
||||
<KeyinTable ID="FromCmd">
|
||||
<Keyword CommandWord="Command" />
|
||||
</KeyinTable>
|
||||
</SubKeyinTables>
|
||||
|
||||
|
||||
<!--命令键入完整的对应处理函数-->
|
||||
<KeyinHandlers>
|
||||
<KeyinHandler Keyin="MsAddins Commands Command" Function="ShrlAlgo.MsAddIns.Commands.Command"/>
|
||||
</KeyinHandlers>
|
||||
|
||||
</KeyinTree>
|
||||
|
||||
Reference in New Issue
Block a user