IVsRunningDocumentTable4::IsCookieValid Method (UInt32)

 

Determines whether the given cookie exists in the RDT.

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

bool IsCookieValid(
	unsigned int cookie
)

Parameters

cookie
Type: System::UInt32

The cookie.

Return Value

Type: System::Boolean

True if the cookie exists in the RDT, otherwise false.

Return to top
Show: