Share via


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

Syntax

'Declaration
Public Function GetDocumentInfo ( _
    docCookie As UInteger _
) As RunningDocumentInfo
public RunningDocumentInfo GetDocumentInfo(
    uint docCookie
)
public:
RunningDocumentInfo GetDocumentInfo(
    unsigned int docCookie
)
member GetDocumentInfo : 
        docCookie:uint32 -> RunningDocumentInfo
public function GetDocumentInfo(
    docCookie : uint
) : RunningDocumentInfo

Parameters

  • docCookie
    Type: 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.

.NET Framework Security

See Also

Reference

RunningDocumentTable Class

GetDocumentInfo Overload

Microsoft.VisualStudio.Shell Namespace