RunningDocumentInfo Constructor (IVsRunningDocumentTable^, UInt32)

 

Initializes a new instance of RunningDocumentTable.

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

public:
RunningDocumentInfo(
	IVsRunningDocumentTable^ rdt,
	unsigned int docCookie
)

Parameters

rdt
Type: Microsoft.VisualStudio.Shell.Interop::IVsRunningDocumentTable^

The IVsRunningDocumentTable interface,

docCookie
Type: System::UInt32

The document cookie.

Return to top
Show: