Share via


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.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Function GetDocumentInfo ( _
    moniker As String _
) As RunningDocumentInfo
public RunningDocumentInfo GetDocumentInfo(
    string moniker
)
public:
RunningDocumentInfo GetDocumentInfo(
    String^ moniker
)
member GetDocumentInfo : 
        moniker:string -> RunningDocumentInfo
public function GetDocumentInfo(
    moniker : String
) : RunningDocumentInfo

Parameters

  • moniker
    Type: String

    The document moniker.

Return Value

Type: Microsoft.VisualStudio.Shell.RunningDocumentInfo
The document info.

.NET Framework Security

See Also

Reference

RunningDocumentTable Class

GetDocumentInfo Overload

Microsoft.VisualStudio.Shell Namespace