Bagikan melalui


Options.ShowCoauthoringMergeChanges Property

Returns or sets the show changes mode. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property ShowCoauthoringMergeChanges As Boolean
    Get
    Set
'Usage
Dim instance As Options
Dim value As Boolean

value = instance.ShowCoauthoringMergeChanges

instance.ShowCoauthoringMergeChanges = value
bool ShowCoauthoringMergeChanges { get; set; }

Property Value

Type: System.Boolean

Remarks

Set this value to msoTrue for the application to show changes. The default value is msoFalse.

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.PowerPoint Namespace