Deployment Tools Foundation
Refresh Method (record)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► View ► Refresh(Record)
Refreshes the data in a Record.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public void Refresh( Record record )
Public Sub Refresh ( record As Record )
public: void Refresh( Record^ record )
member Refresh : record : Record -> unit
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.11.1.2318)