Share via


IVsRunningDocumentTable4.IsCookieValid(UInt32) Method

Definition

Determines whether the given cookie exists in the RDT.

public:
 bool IsCookieValid(System::UInt32 cookie);
public:
 bool IsCookieValid(unsigned int cookie);
bool IsCookieValid(unsigned int cookie);
public bool IsCookieValid (uint cookie);
abstract member IsCookieValid : uint32 -> bool
Public Function IsCookieValid (cookie As UInteger) As Boolean

Parameters

cookie
UInt32

The cookie.

Returns

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

Applies to