IVsLibrary3 Interface

Creates IVsNavInfo2 objects from a vector of SYMBOL_DESCRIPTION_NODE objects.

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

Syntax

'Declaration
<GuidAttribute("4B78A0FC-CFCF-46CB-9363-C13E55165DE3")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsLibrary3
[GuidAttribute("4B78A0FC-CFCF-46CB-9363-C13E55165DE3")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsLibrary3
[GuidAttribute(L"4B78A0FC-CFCF-46CB-9363-C13E55165DE3")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsLibrary3
[<GuidAttribute("4B78A0FC-CFCF-46CB-9363-C13E55165DE3")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsLibrary3 =  interface end
public interface IVsLibrary3

The IVsLibrary3 type exposes the following members.

Methods

  Name Description
Public method CreateNavInfo2 Creates an IVsNavInfo2 object with the specified language.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace