RunningDocumentTable::GetDocumentInfo Method (String^)

 

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(
	String^ moniker
)

Parameters

moniker
Type: System::String^

The document moniker.

Return Value

Type: Microsoft.VisualStudio.Shell::RunningDocumentInfo

The document info.

Return to top
Show: