Extend TFS Source-Control-Explorer
问题 I already created a Visual Studio 2012 extension to place a ComboBox at Source Control Explorer. I am using this guid at my vsct file: <!-- MyComboBox in Source Control Explorer --> <Combo guid="myMainguid" id="cmdSSEComboBox" priority="0x0700" type="DropDownCombo" defaultWidth="130" idCommandList="cmdSSEGetItemsComboBox"> <Parent guid="guidSourceControlExplorer" id="SSEToolBar" /> <CommandFlag>IconAndText</CommandFlag> <CommandFlag>CommandWellOnly</CommandFlag> <Strings> <ButtonText