| Visual Basic | |
|---|---|
Sub GetInstalledAddIns( _ ByRef ppoAddIns() As EdmAddInInfo2 _ ) | |
| C# | |
|---|---|
void GetInstalledAddIns( out EdmAddInInfo2[] ppoAddIns ) | |
| C++/CLI | |
|---|---|
void GetInstalledAddIns( & [Out] array<EdmAddInInfo2>^ ppoAddIns ) | |
Parameters
- ppoAddIns
- Array of EdmAddInInfo2 structures, one structure for each add-in
See the IEdmAddInMgr5 examples.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2008