_VSRDTFLAGS3 Enum

Definition

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

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).

Applies to