IVsProjectReference Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information about Visual Studio project references.
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)]
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
[<System.Runtime.InteropServices.Guid("49C80755-EA7F-4CCE-9A9E-41E3C9EFA753")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProjectReference = interface
interface IVsReference
Public Interface IVsProjectReference
Implements IVsReference
- Attributes
- Implements
Properties
AlreadyReferenced | |
FullPath | |
Identity |
Gets or sets the identity of the project reference. |
Name | |
ReferenceSpecification |
Gets or sets the specification information for the project reference. The reference specification is made up of the project’s GUID and the project’s Visual Studio unique name, separated by a “|” character. |