VSOBNAVNAMEINFONODE Structure
Visual Studio 2015
Stores library node information.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | lltName | Specifies the type of library object. Values are taken from the _LIB_LISTTYPE enumeration. |
![]() | pNext | Pointer to the next VSOBNAVNAMEINFONODE structure. |
![]() | pszName | Pointer to a null terminated string containing the name of the library tree node object. |
The environment uses this structure as part of a linked list to locate library tree nodes. You must provide the node name and _LIB_LISTTYPE. The environment handles the linked list addressing.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

