Share via


Fields.Update Method 

Updates the result of the fields object.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim returnValue As Integer
Dim fields1 As Fields
returnValue = fields1.Update()

Syntax

Function Update() As Integer
int Update();
public: Int32 Update();
public int Update();
function Update() : int;

Remarks

When applied to a Fields collection, returns 0 (zero) if no errors occur when the fields are updated, or returns an Integer that represents the index of the first field that contains an error.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Fields Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Fields Members