.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