OAProjectReference Class

Represents a project reference of the solution.

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

Syntax

'宣言
<ComVisibleAttribute(True)> _
Public Class OAProjectReference _
    Inherits OAReferenceBase(Of ProjectReferenceNode)
'使用
Dim instance As OAProjectReference
[ComVisibleAttribute(true)]
public class OAProjectReference : OAReferenceBase<ProjectReferenceNode>
[ComVisibleAttribute(true)]
public ref class OAProjectReference : public OAReferenceBase<ProjectReferenceNode^>
public class OAProjectReference extends OAReferenceBase<ProjectReferenceNode>

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Package.Automation.OAReferenceBase<ProjectReferenceNode>
    Microsoft.VisualStudio.Package.Automation.OAProjectReference

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

OAProjectReference Members

Microsoft.VisualStudio.Package.Automation Namespace