RunningDocumentTable::GetDocumentInfo Method (UInt32)

 

Gets information about a document registered in the Running Document Table, given the identifier of the document.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
RunningDocumentInfo GetDocumentInfo(
	unsigned int docCookie
)

Parameters

docCookie
Type: System::UInt32

The identifier of the document data object in the Running Document Table.

Return Value

Type: Microsoft.VisualStudio.Shell::RunningDocumentInfo

The RunningDocumentInfo for the specified document.

Return to top
Show: