Currently we have no way of displaying the GUID:ID pairs of Visual Studio command bars. Here's a technique presented by Paul Harrington --
<UserCustomizations>
<modify_toolbar Menu="{E148F049-C570-4F55-84A6-6DA870AF229E}:00001388" Visibility="show" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,375,75"/>
</UserCustomizations>
<modify Cmd="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000090" CmdPri="fe000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000105" GroupPri="fd000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000000" Name="UniqueStringForExport"/>
------------------------------------This posting is provided "AS IS" with no warranties, and confers no rights.