COMREFERENCEINFO Structure

 

The COMREFERENCEINFO structure stores information about a COM object.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

public struct COMREFERENCEINFO

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfieldbstrDescription

BSTR containing the friendly name of the TypeLib.

System_CAPS_pubfieldbstrPath

BSTR containing the full path to typelib file.

System_CAPS_pubfielddwLibFlags

DWORD containing typelib flags.

System_CAPS_pubfieldguidTypeLib

Contains the typelib's GUID.

System_CAPS_pubfieldlcidTypelib

Contains the lcid of typelib.

System_CAPS_pubfieldwVerMajor

WORD ontaining the typelib's major version number.

System_CAPS_pubfieldwVerMinor

WORD containing the typelib's minor version number.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: