IVsAsyncRunningDocumentTable4.GetDocumentDataAsync(UInt32) Method

Definition

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.

Applies to