/SpecSharp/Microsoft.VisualStudio.Package.Project/VsCommands.cs
# · C# · 40 lines · 20 code · 2 blank · 18 comment · 0 complexity · 920d6507a2ba04b6d0ad8dd59c1c6969 MD5 · raw file
- using System;
-
- namespace Microsoft.VisualStudio.Package {
-
- /// <include file='doc\VsCommands.uex' path='docs/doc[@for="VsMenus"]/*' />
- public class VsMenus {
- // menu command guids.
- /// <include file='doc\VsCommands.uex' path='docs/doc[@for="VsMenus.guidStandardCommandSet97"]/*' />
- public static Guid guidStandardCommandSet97 = new Guid("5efc7975-14bc-11cf-9b2b-00aa00573819");
- /// <include file='doc\VsCommands.uex' path='docs/doc[@for="VsMenus.guidStandardCommandSet2K"]/*' />
- public static Guid guidStandardCommandSet2K = new Guid("1496A755-94DE-11D0-8C3F-00C04FC2AAE2");
- /// <include file='doc\VsCommands.uex' path='docs/doc[@for="VsMenus.guidVsVbaPkg"]/*' />
- public static Guid guidVsVbaPkg = new Guid(0xa659f1b3, 0xad34, 0x11d1, 0xab, 0xad, 0x0, 0x80, 0xc7, 0xb8, 0x9c, 0x95);
- /// <include file='doc\VsCommands.uex' path='docs/doc[@for="VsMenus.guidSHLMainMenu"]/*' />
- public static Guid guidSHLMainMenu = new Guid(0xd309f791, 0x903f, 0x11d0, 0x9e, 0xfc, 0x00, 0xa0, 0xc9, 0x11, 0x00, 0x4f);
- /// <include file='doc\VsCommands.uex' path='docs/doc[@for="VsMenus.guidVSUISet"]/*' />
- public static Guid guidVSUISet = new Guid("60481700-078b-11d1-aaf8-00a0c9055a90");
- /// <include file='doc\VsCommands.uex' path='docs/doc[@for="VsMenus.guidCciSet"]/*' />
- public static Guid guidCciSet = new Guid("2805D6BD-47A8-4944-8002-4e29b9ac2269");
- /// <include file='doc\VsCommands.uex' path='docs/doc[@for="VsMenus.guidVsUIHierarchyWindowCmds"]/*' />
- public static Guid guidVsUIHierarchyWindowCmds = new Guid("60481700-078B-11D1-AAF8-00A0C9055A90");
- // Special Menus.
- /// <include file='doc\VsCommands.uex' path='docs/doc[@for="VsMenus.IDM_VS_CTXT_CODEWIN"]/*' />
- public const int IDM_VS_CTXT_CODEWIN = 0x040D;
- /// <include file='doc\VsCommands.uex' path='docs/doc[@for="VsMenus.IDM_VS_CTXT_ITEMNODE"]/*' />
- public const int IDM_VS_CTXT_ITEMNODE = 0x0430;
- /// <include file='doc\VsCommands.uex' path='docs/doc[@for="VsMenus.IDM_VS_CTXT_PROJNODE"]/*' />
- public const int IDM_VS_CTXT_PROJNODE = 0x0402;
- /// <include file='doc\VsCommands.uex' path='docs/doc[@for="VsMenus.IDM_VS_CTXT_REFERENCEROOT"]/*' />
- public const int IDM_VS_CTXT_REFERENCEROOT = 0x0450;
- /// <include file='doc\VsCommands.uex' path='docs/doc[@for="VsMenus.IDM_VS_CTXT_REFERENCE"]/*' />
- public const int IDM_VS_CTXT_REFERENCE = 0x0451;
- /// <include file='doc\VsCommands.uex' path='docs/doc[@for="VsMenus.IDM_VS_CTXT_FOLDERNODE"]/*' />
- public const int IDM_VS_CTXT_FOLDERNODE = 0x0431;
- /// <include file='doc\VsCommands.uex' path='docs/doc[@for="VsMenus.IDM_VS_CTXT_NOCOMMANDS"]/*' />
- public const int IDM_VS_CTXT_NOCOMMANDS = 0x041A;
- /// <include file='doc\VsCommands.uex' path='docs/doc[@for="VsMenus.VSCmdOptQueryParameterList"]/*' />
- public const int VSCmdOptQueryParameterList = 1;
- }
- }