VSConstants.VSCOOKIE_NIL Field

Definition

Special value for a cookie (e.g. returned from IVsRunningDocumentTable.FindAndLockDocument): no cookie.

public: System::UInt32 VSCOOKIE_NIL = 0;
unsigned int VSCOOKIE_NIL = 0;
public const uint VSCOOKIE_NIL = 0;
val mutable VSCOOKIE_NIL : uint32
Public Const VSCOOKIE_NIL As UInteger  = 0

Field Value

Value = 0

Applies to