Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides basic information about Visual Studio references.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<GuidAttribute("EF0757D6-678E-45DB-8251-8AA39CC8320C")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsReference
[GuidAttribute("EF0757D6-678E-45DB-8251-8AA39CC8320C")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsReference
[GuidAttribute(L"EF0757D6-678E-45DB-8251-8AA39CC8320C")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsReference
[<GuidAttribute("EF0757D6-678E-45DB-8251-8AA39CC8320C")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsReference = interface end
public interface IVsReference
The IVsReference type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
AlreadyReferenced | Gets or sets whether the reference already exists. |
![]() |
FullPath | Gets or sets the full path to the reference. |
![]() |
Name | Gets or sets the name that identifies the reference. |
Top