Partager via


OAReferences Class

Represents the automation equivalent of ReferenceContainerNode. It implements References, ReferencesEvents, IEventSource, and CollectionPointContainer.

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

Syntax

<ComVisibleAttribute(True)> _
Public Class OAReferences _
    Inherits ConnectionPointContainer _
    Implements References, IEnumerable, ReferencesEvents, _ReferencesEvents,  _
    _dispReferencesEvents_Event

Dim instance As OAReferences
[ComVisibleAttribute(true)]
public class OAReferences : ConnectionPointContainer, References, 
    IEnumerable, ReferencesEvents, _ReferencesEvents, _dispReferencesEvents_Event
[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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Package.ConnectionPointContainer
    Microsoft.VisualStudio.Package.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.Package.Automation Namespace