OAProjectReference Class

This type is only used internally; you cannot use it directly from your code. Represents a project reference in the solution.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Automation
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public Class OAProjectReference _
    Inherits OAReferenceBase
'Usage
Dim instance As OAProjectReference
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public class OAProjectReference : OAReferenceBase
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class OAProjectReference : public OAReferenceBase
public class OAProjectReference extends OAReferenceBase
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type OAProjectReference =  
    class
        inherit OAReferenceBase
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Automation.OAReferenceBase
    Microsoft.VisualStudio.Data.Schema.Project.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.Data.Schema.Project.Automation Namespace