VSOBNAVNAMEINFONODE2 Structure

 

Specifies information for navigation to an object. (passed to GetNavigationInfo2 and LocateNavigationInfo2)

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

[ComConversionLossAttribute]
public struct VSOBNAVNAMEINFONODE2

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 the object to navigate to. Values are taken from the LIB_LISTTYPE2 enumeration.

System_CAPS_pubfieldpNext

Pointer to the next VSOBNAVNAMEINFONODE2 structure.

System_CAPS_pubfieldpszName

Pointer to a null terminated string containing the name of the object to navigate to.

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: