Share via


IVsProjectReferenceProviderContext Interface

Definition

The context object used to initialize the project reference provider.

public interface class IVsProjectReferenceProviderContext : Microsoft::VisualStudio::Shell::Interop::IVsReferenceProviderContext
public interface class IVsProjectReferenceProviderContext : Microsoft::VisualStudio::Shell::Interop::IVsReferenceProviderContext
__interface IVsProjectReferenceProviderContext : Microsoft::VisualStudio::Shell::Interop::IVsReferenceProviderContext
[System.Runtime.InteropServices.Guid("3A77035E-CB2A-4582-B60E-1123207F2029")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
public interface IVsProjectReferenceProviderContext : Microsoft.VisualStudio.Shell.Interop.IVsReferenceProviderContext
[System.Runtime.InteropServices.Guid("3A77035E-CB2A-4582-B60E-1123207F2029")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProjectReferenceProviderContext : Microsoft.VisualStudio.Shell.Interop.IVsReferenceProviderContext
[<System.Runtime.InteropServices.Guid("3A77035E-CB2A-4582-B60E-1123207F2029")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
type IVsProjectReferenceProviderContext = interface
    interface IVsReferenceProviderContext
[<System.Runtime.InteropServices.Guid("3A77035E-CB2A-4582-B60E-1123207F2029")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProjectReferenceProviderContext = interface
    interface IVsReferenceProviderContext
Public Interface IVsProjectReferenceProviderContext
Implements IVsReferenceProviderContext
Attributes
Implements

Properties

Name Description
CurrentProject

Gets or sets the current project in the hierarchy.

ProviderGuid
ReferenceFilterPaths
References

Methods

Name Description
AddReference(IVsReference)
CreateReference()

Applies to