| Visual Basic | |
|---|---|
Sub SetMenuCmds( _ ByVal poCmds() As EdmTaskMenuCmd _ ) | |
| C# | |
|---|---|
void SetMenuCmds( EdmTaskMenuCmd[] poCmds ) | |
| C++/CLI | |
|---|---|
void SetMenuCmds( & array<EdmTaskMenuCmd>^ poCmds ) | |
Parameters
- poCmds
- Array of EdmTaskMenuCmd structures; one structure for each menu command to add to the context menus
See the examples in IEdmTaskProperties.
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional 2010