_Document.UpdateSummaryProperties Method
Updates the keyword and comment text in the Properties dialog box (File menu) to reflect the AutoSummary content for the specified document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub UpdateSummaryProperties
'Usage
Dim instance As _Document
instance.UpdateSummaryProperties()
void UpdateSummaryProperties()