| Visual Basic | |
|---|---|
Sub GetItems( _ ByVal lEdmMenuFlags As System.Integer, _ ByRef ppoRetItems() As EdmCmdInfo _ ) | |
| C# | |
|---|---|
void GetItems( System.int lEdmMenuFlags, out EdmCmdInfo[] ppoRetItems ) | |
| C++/CLI | |
|---|---|
void GetItems( & System.int lEdmMenuFlags, & [Out] array<EdmCmdInfo>^ ppoRetItems ) | |
Parameters
- lEdmMenuFlags
- Types of item you want returned as defined in EdmMenuFlags
- ppoRetItems
- Array of EdmCmdInfo structs of the returned items
Calling IEdmMenu5::GetToolbarItemIDs, IEdmMenu5::GetButtonImages, or IEdmMenu5::GetString also gets the commands that should appear on the toolbar.
Return code S_OK indicates that the method successfully executed.
SOLIDWORKS PDM Professional 2009