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 information about Visual Studio COM references.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("3B1D9F20-1152-44D2-851C-12A88DA14337")> _
Public Interface IVsComReference _
Inherits IVsReference
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("3B1D9F20-1152-44D2-851C-12A88DA14337")]
public interface IVsComReference : IVsReference
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"3B1D9F20-1152-44D2-851C-12A88DA14337")]
public interface class IVsComReference : IVsReference
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("3B1D9F20-1152-44D2-851C-12A88DA14337")>]
type IVsComReference =
interface
interface IVsReference
end
public interface IVsComReference extends IVsReference
The IVsComReference type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
AlreadyReferenced | |
![]() |
FullPath | |
![]() |
Guid | Gets or sets the GUID that identifies the COM reference. |
![]() |
Identity | Gets or sets the identity of the COM reference. |
![]() |
MajorVersion | Gets or sets the major version number of the COM reference. |
![]() |
MinorVersion | Gets or sets the minor version number of the COM reference. |
![]() |
Name |
Top