IVsComReference Interface

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
Public property AlreadyReferenced
Public property FullPath
Public property Guid Gets or sets the GUID that identifies the COM reference.
Public property Identity Gets or sets the identity of the COM reference.
Public property MajorVersion Gets or sets the major version number of the COM reference.
Public property MinorVersion Gets or sets the minor version number of the COM reference.
Public property Name

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace