Skip to content
| Marketplace
Sign in
Visual Studio>Tools>New Image...
New Image...

New Image...

Mario Hsiao

|
80 installs
| (2) | Free
Export any of the KnownMonikers from IVsImageService2 to an image file on disk in the size you need it in.
Download

<!--?xml version="1.0" encoding="utf-8"?-->

 

<?xml version="1.0" encoding="utf-8"?>
<CommandTable xmlns="http://schemas.microsoft.com/VisualStudio/2005-10-18/CommandTable" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <Extern href="stdidcmd.h"/>
  <Extern href="vsshlids.h"/>
  <Include href="KnownImageIds.vsct"/>
  <Commands package="guidVSPackage">
    <Buttons>
      <Button guid="guidVSPackageCmdSet" id="CommandId" priority="0x0100" type="Button">
        <Parent guid="guidSHLMainMenu" id="IDG_VS_CTXT_PROJECT_ADD_ITEMS" />
        <Icon guid="ImageCatalogGuid" id="ExportPerformanceReport" />
        <CommandFlag>IconIsMoniker</CommandFlag>
        <CommandFlag>DefaultInvisible</CommandFlag>
        <CommandFlag>DynamicVisibility</CommandFlag>
        <Strings>
          <ButtonText>New &amp;Image...</ButtonText>
        </Strings>
      </Button>
    </Buttons>
  </Commands>
  <Symbols>
    <GuidSymbol name="guidVSPackage" value="{566e36b2-d4e4-4211-b719-b706c4821999}" />
    <GuidSymbol name="guidVSPackageCmdSet" value="{0c9abefc-2fc8-41c5-a98e-2094fd6a9bfc}">
      <IDSymbol name="CommandId" value="0x0100" />
    </GuidSymbol>   
  </Symbols>
</CommandTable>
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft