IVsRunningDocumentTable4.IsCookieValid(UInt32) 方法

定义

确定 RDT 中是否存在给定的 cookie。

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

参数

cookie
UInt32

Cookie。

返回

Boolean

如果 RDT 中存在 cookie,则为 True; 否则为 false。

适用于