Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
tools
vsnet.act
vsnet.debugging
vsnet.documentation
vsnet.enterprise.tools
vsnet.general
vsnet.ide
vsnet.jlca
vsnet.servicepacks
vsnet.setup
vsnet.vsip
vsnet.vss
vsnet.vstools.office
vstudio.development
vstudio.extensibility
vstudio.general
vstudio.helpauthoring
vstudio.setup
vstudio.sourcesafe
  
 
date: Thu, 10 Jul 2008 09:52:28 -0700 (PDT),    group: microsoft.public.vstudio.extensibility        back       


Re: Removing keybinding in VSX   
Hi All,

How do I remove a keybinding for a particular command from Visual
Studio 2008? I tried the following but it does not work:

Commands cmds = DTE.Commands;
Command cmd = cmds..Item ("Window.PreviousTab", -1);
object[] bindings = new object[1];
bindings[0] = "";
//This does not work
cmd.Bindings = bindings;
//This does not work either
cmd.Bindings = "";

Thanks,
Sundar
date: Thu, 10 Jul 2008 09:52:28 -0700 (PDT)   author:   sundarvenkata

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us