DesignerCommandId Constructor
See Also 
SourceCode.Framework Namespace > DesignerCommandId Class : DesignerCommandId Constructor



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal menuGroupId As Guid, _
   ByVal menuId As Integer _
)
Visual Basic (Usage) Copy Code
Dim menuGroupId As Guid
Dim menuId As Integer
 
Dim instance As New DesignerCommandId(menuGroupId, menuId)
C#  
public DesignerCommandId( 
   Guid menuGroupId,
   int menuId
)
C++/CLI  
public:
DesignerCommandId( 
   Guid menuGroupId,
   int menuId
)

Parameters

menuGroupId
menuId

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also