VSConstants.VSITEMID_ROOT Field

Definition

Special items inside a VsHierarchy: the hierarchy itself.

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

Field Value

Value = 4294967294
Attributes

Applies to