IVsComReference 接口

定义

提供有关 Visual Studio COM 引用的信息。

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(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
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(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
type IVsComReference = interface
    interface IVsReference
Public Interface IVsComReference
Implements IVsReference
属性
实现

属性

AlreadyReferenced
FullPath
Guid

获取或设置标识 COM 引用的 GUID。

Identity

获取或设置 COM 引用的标识。

MajorVersion

获取或设置 COM 引用的主版本号。

MinorVersion

获取或设置 COM 引用的次版本号。

Name

适用于