IVsProjectReferenceProviderContext 接口

定义

用于初始化项目引用提供程序的上下文对象。

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)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
type IVsProjectReferenceProviderContext = interface
    interface IVsReferenceProviderContext
Public Interface IVsProjectReferenceProviderContext
Implements IVsReferenceProviderContext
属性
实现

属性

CurrentProject

获取或设置层次结构中的当前项目。

ProviderGuid
ReferenceFilterPaths
References

方法

AddReference(IVsReference)
CreateReference()

适用于