.CTC 文件扩展名
Visual Studio Command Table Configuration File
| 开发者 | Microsoft |
| 受欢迎程度 |
3.5 | 4 票 |
什么是 CTC 文件?
Text file created by Microsoft Visual Studio, a Windows SDK; contains configuration data for a VSPackage command set; compiled into a managed VSPackage, native, or managed satellite DLL file.
更多信息
CTC files have five sections with a beginning and ending identifier:
- Command Placement - CMDPLACEMENT_SECTION & CMDPLACEMENT_END
- Command Reuse - CMDUSED_SECTION & CMDUSED_END
- Visibility - VISIBILITY_SECTION & VISIBILITY_END
- Key Bindings - KEYBINDINGS_SECTION & KEYBINDINGS_END
- Commands - CMDS_SECTION & CMDS_END
注: Starting with Visual Studio 2008 and later, .VSCT files are used to define how menus and commands appear in VSPackages instead of CTC files.
可打开或引用 CTC 文件的程序
Windows