.vsct Filudvidelse
FiltypeVisual Studio Command Table
Udvikler | Microsoft |
Kategori | Developer Files |
Format | XML |
.VSCT option nummer
Fil oprettet af Microsoft Visual Studio, et Microsoft SDK; indeholder metadata om den isolerede shell-applikation i Visual Studio; organiseret efter XML tags, der repræsenterer kommandoer, kommandogrupper, menuer, kommandoplacering og bitmaps.
VSCT-filer giver dig mulighed for at konfigurere, hvilke programgrupper og individuelle kommandoer der er tilgængelige i programmet. De fleste kommandoer og grupper er med som standard, hvis du vil fjerne nogen, skal du fjerne kommentere den specifikke kommando eller gruppe. Kommandoer vises som <Define name="No_WindowListCommand"/>.
To create a VSCT file:
- In Visual Studio, select .
- In the "Templates" pane, select .
- Select .XML file. to show the properties of the
- In the "Properties" window, click on the Schemas property.
- Select vsct.xsd from the list of XSD schemas. If it's not in the list, select and locate your file, click .
- Type <CommandTable, press TAB and then type >. This will create a basic VSCT file.