VSOBNAVNAMEINFONODE Structure
Stores library node information.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
‘선언
Public Structure VSOBNAVNAMEINFONODE
‘사용 방법
Dim instance As VSOBNAVNAMEINFONODE
public struct VSOBNAVNAMEINFONODE
public value class VSOBNAVNAMEINFONODE
[<SealedAttribute>]
type VSOBNAVNAMEINFONODE = struct end
JScript supports the use of structures, but not the declaration of new ones.
Remarks
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.