IVsAsyncRunningDocumentTable4.GetDocumentDataAsync(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.
Gets the document data (docdata) from the Running Document Table for the given documentCookie
.
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
Parameters
- documentCookie
- UInt32
The document's ID in Running Document Table.
Returns
A task that represents the operation of retrieving the docdata from the Running Document Table. The result of the task is the docdata.
Remarks
This method is safe to access from any thread.