Version

ReferenceNodeType Enumeration

Enumeration used to indicate the type of object that is represented by the ReferenceNode
Syntax
'Declaration
 
Public Enum ReferenceNodeType 
   Inherits System.Enum
public enum ReferenceNodeType : System.Enum 
Members
MemberDescription
ControlA control or sub-object of a control Node
ControlsGroupThe ControlsGroup Node
NamedReferenceA NamedReference Node
NamedReferencesAllGroupThe NamedReferences "All" Group Node
NamedReferencesGroupThe NamedReferencesGroup Node
NamedReferencesOtherGroupA NamedReferences "Other" Group Node
NamedReferencesUnassignedGroupThe NamedReferences "Unassigned" Group Node
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also