IVsRunningDocumentTable7.GetDocumentFlagsEx(UInt32, UInt32, UInt32) Method
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.
Returns the Running Document Table flags set on the specified document.
public void GetDocumentFlagsEx (uint docCookie, out uint upperFlags, out uint lowerFlags);
abstract member GetDocumentFlagsEx : uint32 * uint32 * uint32 -> unit
Public Sub GetDocumentFlagsEx (docCookie As UInteger, ByRef upperFlags As UInteger, ByRef lowerFlags As UInteger)
Parameters
- docCookie
- UInt32
The document's unique identifier in the Running Document Table.
- upperFlags
- UInt32
Flags from the VSRDTFLAGSUPPER
enumeration.
- lowerFlags
- UInt32
Flags from the VSRDTFLAGS
enumeration.
Remarks
This method must be accessed on the main thread.