IVsRunningDocumentTable4::GetDocumentFlags Method (UInt32)

 

This is functionally identical to calling GetDocumentInfo and requesting only the flags, but it is easier to consume from managed code. In managed code it is impossible to request the flags without also requesting all information, and requesting all of the other information can result in the potentially unnecessary initialization of an RDT_PendingInitialization document.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

unsigned int GetDocumentFlags(
	unsigned int cookie
)

Parameters

cookie
Type: System::UInt32

The cookie.

Return Value

Type: System::UInt32

The flags.

Return to top
Show: