| Visual Basic | |
|---|---|
Sub GetCustomColumnsInfo( _ ByRef ppoRetColsInfo() As EdmListCol _ ) | |
| C# | |
|---|---|
void GetCustomColumnsInfo( out EdmListCol[] ppoRetColsInfo ) | |
| C++/CLI | |
|---|---|
void GetCustomColumnsInfo( & [Out] array<EdmListCol>^ ppoRetColsInfo ) | |
Parameters
- ppoRetColsInfo
- Array of EdmListCol structures (see Remarks)
See the IEdmSearch10 examples.
ppoRetColsInfo is not null only for favorite search results that show custom columns.
If the favorite search result:
- Does not have custom columns,
- ISearch10::GetFirstFavoriteResult is called with bGetCustomColumns set to false, or
- IEdmSearch5::GetFirstResult is called,
then ppoRetColsInfo is null.
The six fields in each structure returned in the ppoRetColsInfo array map to the elements in the array (ppoRetColValues) returned by IEdmSearchResult6::GetCustomColumnValues as follows:
size_of_ppoRetColValues = (size_of_ppoRetColsInfo) * (6 EdmListCol fields)
SOLIDWORKS PDM Professional 2021