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)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)]
[GuidAttribute("3B1D9F20-1152-44D2-851C-12A88DA14337")]
public interface IVsComReference : IVsReference

NameDescription
System_CAPS_pubpropertyAlreadyReferenced

System_CAPS_pubpropertyFullPath

System_CAPS_pubpropertyGuid

Gets or sets the GUID that identifies the COM reference.

System_CAPS_pubpropertyIdentity

Gets or sets the identity of the COM reference.

System_CAPS_pubpropertyMajorVersion

Gets or sets the major version number of the COM reference.

System_CAPS_pubpropertyMinorVersion

Gets or sets the minor version number of the COM reference.

System_CAPS_pubpropertyName

Return to top
Show: