次の方法で共有


CoAuthLocks.RemoveEphemeralLocks Method (Word)

Removes ephemeral locks from the document.

Version Information

Version Added: Word 2010

Syntax

expression .RemoveEphemeralLocks

expression An expression that returns a CoAuthLocks object.

Return Value

Nothing

Remarks

Ephemeral locks are automatically applied to a range when a co-author begins to edit a document that has co-authoring enabled.

Example

The following code example removes all ephemeral locks from the active document.

ActiveDocument.CoAuthoring.Locks.RemoveEphemeralLocks  

See Also

Concepts

CoAuthLocks Object

CoAuthLocks Object Members