ComReferenceNode Class
A node in the project hierarchy that represents a COM component reference. It represents one of the nodes under a project's References in the Solution Explorer. A COM component may be a type library, a dynamic link library, an ActiveX component, or an executable.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public Class ComReferenceNode _
Inherits ReferenceNode
Dim instance As ComReferenceNode
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public class ComReferenceNode : ReferenceNode
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class ComReferenceNode : public ReferenceNode
public class ComReferenceNode extends ReferenceNode
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Package.HierarchyNode
Microsoft.VisualStudio.Package.ReferenceNode
Microsoft.VisualStudio.Package.ComReferenceNode
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.