IVsProjectReference 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供有关 Visual Studio 项目引用的信息。
public interface class IVsProjectReference : Microsoft::VisualStudio::Shell::Interop::IVsReference
public interface class IVsProjectReference : Microsoft::VisualStudio::Shell::Interop::IVsReference
__interface IVsProjectReference : Microsoft::VisualStudio::Shell::Interop::IVsReference
[System.Runtime.InteropServices.Guid("49C80755-EA7F-4CCE-9A9E-41E3C9EFA753")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
public interface IVsProjectReference : Microsoft.VisualStudio.Shell.Interop.IVsReference
[<System.Runtime.InteropServices.Guid("49C80755-EA7F-4CCE-9A9E-41E3C9EFA753")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
type IVsProjectReference = interface
interface IVsReference
Public Interface IVsProjectReference
Implements IVsReference
- 属性
- 实现
属性
| AlreadyReferenced | |
| FullPath | |
| Identity |
获取或设置项目引用的标识。 |
| Name | |
| ReferenceSpecification |
获取或设置项目引用的规范信息。 引用规范由项目的 GUID 和项目的 Visual Studio 唯一名称组成,用 "|" 字符分隔。 |