VSConstants.VSITEMID_NIL Field

Definition

Special items inside a VsHierarchy: no node.

public: System::UInt32 VSITEMID_NIL = 4294967295;
unsigned int VSITEMID_NIL = 4294967295;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public const uint VSITEMID_NIL = 4294967295;
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
val mutable VSITEMID_NIL : uint32
Public Const VSITEMID_NIL As UInteger  = 4294967295

Field Value

Value = 4294967295
Attributes

Applies to