Skip to main content

SummaryInfoRowCollection Class

Indexed container class for summary information rows.

Methods

MethodDescription
GetKeyForItem(row)Gets the summary property ID for the row .

WixToolset.Data.dll version 5.0.1+2f00cbe680fb01ab485d56f16de9cd19b133f875

GetKeyForItem(row) Method

Gets the summary property ID for the row .

Declaration

protected int GetKeyForItem(
WixToolset.Data.WindowsInstaller.Row row
)

Parameters

ParameterTypeDescription
rowWixToolset.Data.WindowsInstaller.RowThe row to index.

Return value

int The summary property ID for the row .