IVsProjectReferenceProviderContext 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于初始化项目引用提供程序的上下文对象。
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() |