IVsRunningDocumentTable4.IsCookieValid(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.