IVsReferenceManager2 Interface

Provides reference methods.

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

Syntax

'Declaration
<GuidAttribute("B7821F84-D9C8-48F9-93C4-3C4C98A477A1")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsReferenceManager2
[GuidAttribute("B7821F84-D9C8-48F9-93C4-3C4C98A477A1")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsReferenceManager2
[GuidAttribute(L"B7821F84-D9C8-48F9-93C4-3C4C98A477A1")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsReferenceManager2
[<GuidAttribute("B7821F84-D9C8-48F9-93C4-3C4C98A477A1")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsReferenceManager2 =  interface end
public interface IVsReferenceManager2

The IVsReferenceManager2 type exposes the following members.

Methods

  Name Description
Public method GetSDKReferenceDependencies Given an SDK Reference, parse the manifest and return a list of dependencies.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace