OAReferences Class

This type is only used internally; you cannot use it directly from your code. Represents the automation equivalent of ReferenceContainerNode. It implements References, ReferencesEvents, IEventSource, and CollectionPointContainer.

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 OAReferences _
    Inherits ConnectionPointContainer _
    Implements References, IEnumerable, ReferencesEvents, _ReferencesEvents,  _
    _dispReferencesEvents_Event
'Usage
Dim instance As OAReferences
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public class OAReferences : ConnectionPointContainer, 
    References, IEnumerable, ReferencesEvents, _ReferencesEvents, _dispReferencesEvents_Event
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class OAReferences : public ConnectionPointContainer, 
    References, IEnumerable, ReferencesEvents, _ReferencesEvents, _dispReferencesEvents_Event
public class OAReferences extends ConnectionPointContainer implements References, IEnumerable, ReferencesEvents, _ReferencesEvents, _dispReferencesEvents_Event
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type OAReferences =  
    class
        inherit ConnectionPointContainer
        interface References
        interface IEnumerable
        interface ReferencesEvents
        interface _ReferencesEvents
        interface _dispReferencesEvents_Event
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.Misc.ConnectionPointContainer
    Microsoft.VisualStudio.Data.Schema.Project.Automation.OAReferences

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

OAReferences Members

Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace