_VSRDTFLAGS2 Enumeration
Specifies additional options for a document in the running document table (RDT).
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration _VSRDTFLAGS2
[FlagsAttribute]
public enum _VSRDTFLAGS2
[FlagsAttribute]
public enum class _VSRDTFLAGS2
[<FlagsAttribute>]
type _VSRDTFLAGS2
public enum _VSRDTFLAGS2
Members
Member name | Description | |
---|---|---|
RDT_Lock_WeakEditLock | Places a weak edit lock on the document. This flag must be ORed with RDT_EditLock when registering a weak edit lock. This flag is used in this combination when using RegisterDocumentLockHolder. | |
RDT_LOCKUNLOCKMASK | Mask of the RDT_Unlock_NoSave, RDT_Unlock_SaveIfDirty, RDT_Unlock_PromptSave, and RDT_Lock_WeakEditLock flags. |