IVsReferenceManager2 Interface

Definition

Provides reference methods.

public interface class IVsReferenceManager2
public interface class IVsReferenceManager2
__interface IVsReferenceManager2
[System.Runtime.InteropServices.Guid("B7821F84-D9C8-48F9-93C4-3C4C98A477A1")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType]
public interface IVsReferenceManager2
[System.Runtime.InteropServices.Guid("B7821F84-D9C8-48F9-93C4-3C4C98A477A1")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsReferenceManager2
[<System.Runtime.InteropServices.Guid("B7821F84-D9C8-48F9-93C4-3C4C98A477A1")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType>]
type IVsReferenceManager2 = interface
[<System.Runtime.InteropServices.Guid("B7821F84-D9C8-48F9-93C4-3C4C98A477A1")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsReferenceManager2 = interface
Public Interface IVsReferenceManager2
Attributes

Methods

GetSDKReferenceDependencies(String, IVsPlatformReferenceProviderContext)

Given an SDK Reference, parse the manifest and return a list of dependencies.

Applies to