ProjectReferenceNode Class

A reference node in the project hierarchy that represents a referenced project.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public Class ProjectReferenceNode _
    Inherits ReferenceNode
'使用
Dim instance As ProjectReferenceNode
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public class ProjectReferenceNode : ReferenceNode
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class ProjectReferenceNode : public ReferenceNode
public class ProjectReferenceNode extends ReferenceNode

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Package.HierarchyNode
    Microsoft.VisualStudio.Package.ReferenceNode
      Microsoft.VisualStudio.Package.ProjectReferenceNode

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.

See Also

Reference

ProjectReferenceNode Members

Microsoft.VisualStudio.Package Namespace