| Visual Basic | |
|---|---|
Sub GetMenuCmds( _ ByRef ppoCmds() As EdmTaskMenuCmd _ ) | |
| C# | |
|---|---|
void GetMenuCmds( out EdmTaskMenuCmd[] ppoCmds ) | |
| C++/CLI | |
|---|---|
void GetMenuCmds( & [Out] array<EdmTaskMenuCmd>^ ppoCmds ) | |
Parameters
- ppoCmds
- Array of EdmTaskMenuCmd structures; one structure for each menu command
The menu commands display in a File Explorer context menu.
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional 2010