_VSRDTFLAGS3 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.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration _VSRDTFLAGS3
[FlagsAttribute]
public enum _VSRDTFLAGS3
[FlagsAttribute]
public enum class _VSRDTFLAGS3
[<FlagsAttribute>]
type _VSRDTFLAGS3
public enum _VSRDTFLAGS3
Members
Member name | Description | |
---|---|---|
RDT_DontPollForState | Do not poll for changes to the document's dirty or read-only state. The document owner takes responsibility for explicitly updating the state using UpdateDirtyState or UpdateReadOnlyState. |