Refresh Method (record)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
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.dll) Version: 3.0.0.0 (3.9.1006.0)