Visual Basic (Declaration) | |
---|---|
Public MustOverride Sub AddCommandItem( _ ByVal parent As Object, _ ByVal commandItem As MenuCommandServiceBase.MenuCommandServiceMenuLayoutCommandItem _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As MenuCommandServiceBase Dim parent As Object Dim commandItem As MenuCommandServiceBase.MenuCommandServiceMenuLayoutCommandItem instance.AddCommandItem(parent, commandItem) |
C# | |
---|---|
public abstract void AddCommandItem( object parent, MenuCommandServiceBase.MenuCommandServiceMenuLayoutCommandItem commandItem ) |
C++/CLI | |
---|---|
public: abstract void AddCommandItem( Object^ parent, MenuCommandServiceBase.MenuCommandServiceMenuLayoutCommandItem^ commandItem ) |
Parameters
- parent
- commandItem
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