Share via


Fields.UpdateSource Method 

Saves the changes made to the results of an INCLUDETEXT field back to the source document.

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

Usage

Dim fields1 As Fields
fields1.UpdateSource()

Syntax

Sub UpdateSource()
void UpdateSource();
public: Void UpdateSource();
public void UpdateSource();
function UpdateSource();

Remarks

The source document must be formatted as a Microsoft Word document.

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