__VSRDTATTRIB2 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 information about a document in the running document table (RDT).
public enum class __VSRDTATTRIB2
public enum class __VSRDTATTRIB2
enum __VSRDTATTRIB2
public enum __VSRDTATTRIB2
type __VSRDTATTRIB2 =
Public Enum __VSRDTATTRIB2
- Inheritance
-
__VSRDTATTRIB2
Fields
Name | Value | Description |
---|---|---|
RDTA_NOTIFYDOCCHANGEDEXMASK | -65512 | A mask for the flags passed to the NotifyDocumentChangedEx(UInt32, UInt32) method. |
RDTA_DocDataIsReadOnly | 262144 | The data of the document in the RDT is read-only. |
RDTA_DocDataIsNotReadOnly | 524288 | The data of the document in the RDT is readable and writable. |