_VSRDTFLAGS2 Enumeration
Visual Studio 2015
Specifies additional options for a document in the running document table (RDT).
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| 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. |
Show: