_VSRDTFLAGS3 Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies additional options for a document in the running document table (RDT).
This enumeration supports a bitwise combination of its member values.
public enum class _VSRDTFLAGS3
public enum class _VSRDTFLAGS3
enum _VSRDTFLAGS3
[System.Flags]
public enum _VSRDTFLAGS3
[<System.Flags>]
type _VSRDTFLAGS3 =
Public Enum _VSRDTFLAGS3
- Inheritance
-
_VSRDTFLAGS3
- Attributes
Fields
Name | Value | Description |
---|---|---|
RDT_DontPollForState | 131072 | 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(UInt32) or UpdateReadOnlyState(UInt32). |