IVsAsyncRunningDocumentTable4.GetDocumentDataAsync(UInt32) 方法

定义

从给定 documentCookie的运行文档表中获取文档数据 (docdata) 。

public Microsoft.VisualStudio.Shell.Interop.IVsTask GetDocumentDataAsync (uint documentCookie);
abstract member GetDocumentDataAsync : uint32 -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Public Function GetDocumentDataAsync (documentCookie As UInteger) As IVsTask

参数

documentCookie
UInt32

正在运行的文档表中的文档 ID。

返回

一个任务,表示从正在运行的文档表中检索 docdata 的操作。 任务的结果是 docdata。

适用于