Refresh Method (record)

Microsoft Deployment Tools

Deployment Tools Foundation Refresh Method (record)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerViewRefresh(Record)
Refreshes the data in a Record.
Declaration Syntax
C# Visual Basic Visual C++
public void Refresh(
	Record record
)
Public Sub Refresh ( _
	record As Record _
)
public:
void Refresh(
	Record^ record
)
Parameters
record (Record)
the Record to be refreshed
Remarks

The Record must have been obtained by calling Fetch()()(). Fails with a deleted Record. Works only with read-write Records.

See Modify(ViewModifyMode, Record) for more remarks.

Win32 MSI API: MsiViewModify

Exceptions
Exception Condition
InstallerException the refresh failed
InvalidHandleException the View handle is invalid

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)