IVsComReference Interface

Definition

Provides information about Visual Studio COM references.

public interface class IVsComReference : Microsoft::VisualStudio::Shell::Interop::IVsReference
public interface class IVsComReference : Microsoft::VisualStudio::Shell::Interop::IVsReference
__interface IVsComReference : Microsoft::VisualStudio::Shell::Interop::IVsReference
[System.Runtime.InteropServices.Guid("3B1D9F20-1152-44D2-851C-12A88DA14337")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType]
public interface IVsComReference : Microsoft.VisualStudio.Shell.Interop.IVsReference
[System.Runtime.InteropServices.Guid("3B1D9F20-1152-44D2-851C-12A88DA14337")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsComReference : Microsoft.VisualStudio.Shell.Interop.IVsReference
[<System.Runtime.InteropServices.Guid("3B1D9F20-1152-44D2-851C-12A88DA14337")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType>]
type IVsComReference = interface
    interface IVsReference
[<System.Runtime.InteropServices.Guid("3B1D9F20-1152-44D2-851C-12A88DA14337")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsComReference = interface
    interface IVsReference
Public Interface IVsComReference
Implements IVsReference
Attributes
Implements

Properties

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

Applies to