| Visual Basic | |
|---|---|
Sub GetAddInInfo( _ ByRef poInfo As EdmAddInInfo, _ ByVal poVault As IEdmVault5, _ ByVal poCmdMgr As IEdmCmdMgr5 _ ) | |
| C# | |
|---|---|
void GetAddInInfo( out EdmAddInInfo poInfo, IEdmVault5 poVault, IEdmCmdMgr5 poCmdMgr ) | |
| C++/CLI | |
|---|---|
void GetAddInInfo( & [Out] EdmAddInInfo poInfo, & IEdmVault5^ poVault, & IEdmCmdMgr5^ poCmdMgr ) | |
Parameters
- poInfo
- EdmAddInInfo structure; before returning this structure, populate it with information about your add-in; used by the Administration Add-ins dialog during add-in registration
- poVault
- IEdmVault5; pointer to the active vault
- poCmdMgr
- IEdmCmdMgr5; pointer to the command manager that you use to add hooks, menu commands, and toolbar buttons
See the IEdmAddin5 examples.
See IEdmAddIn5 for more information.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
Version 5.2 of SOLIDWORKS PDM Professional