CoAuthLock Interface

Represents a lock within the document. The CoAuthLock object is a member of the CoAuthLocks collection.

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

Syntax

'Declaration
<GuidAttribute("99755F80-FE96-4F7D-B636-B8E800E54F44")> _
Public Interface CoAuthLock
'Usage
Dim instance As CoAuthLock
[GuidAttribute("99755F80-FE96-4F7D-B636-B8E800E54F44")]
public interface CoAuthLock

Remarks

Read-only. Use Locks(index), where index is the index number, to return a CoAuthLock object. When adding a CoAuthLock object, use the WdLockType enumeration to specify the type of lock.

See Also

Reference

CoAuthLock Members

Microsoft.Office.Interop.Word Namespace