RunningDocumentInfo.EditLocks Field

The number of edit locks held on the document.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Public EditLocks As UInteger
'使用
Dim instance As RunningDocumentInfo
Dim value As UInteger

value = instance.EditLocks

instance.EditLocks = value
public uint EditLocks
public:
unsigned int EditLocks
public var EditLocks : uint

Field Value

Type: System.UInt32

Permissions

See Also

Reference

RunningDocumentInfo Structure

RunningDocumentInfo Members

Microsoft.VisualStudio.Shell Namespace