IVsRunningDocumentTable7.GetDocumentFlagsEx(UInt32, UInt32, UInt32) 方法

定义

返回在指定文档上设置的“正在运行的文档表”标志。

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)

参数

docCookie
UInt32

正在运行的文档表中文档的唯一标识符。

upperFlags
UInt32

枚举中的 VSRDTFLAGSUPPER 标志。

lowerFlags
UInt32

枚举中的 VSRDTFLAGS 标志。

适用于