VSOBNAVNAMEINFONODE Structure

 

Stores library node information.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[ComConversionLossAttribute]
public struct VSOBNAVNAMEINFONODE

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfieldlltName

Specifies the type of library object. Values are taken from the _LIB_LISTTYPE enumeration.

System_CAPS_pubfieldpNext

Pointer to the next VSOBNAVNAMEINFONODE structure.

System_CAPS_pubfieldpszName

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.

Return to top
Show: