RunningDocumentInfo.ReadLocks Field

The number of read locks held on the document.

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

Syntax

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

value = instance.ReadLocks

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

Field Value

Type: System.UInt32

Permissions

See Also

Reference

RunningDocumentInfo Structure

RunningDocumentInfo Members

Microsoft.VisualStudio.Shell Namespace