IVsProjectReference Interface

Definition

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]
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>]
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.

Applies to