Share via


OAReferences Class

This class and its members are reserved for internal use and are not intended to be used in your code.

This API is not CLS-compliant. 

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal..::..ConnectionPointContainer
    Microsoft.VisualStudio.Data.Tools.Package.Internal..::..OAReferences

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.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
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type OAReferences =  
    class
        inherit ConnectionPointContainer
        interface References
        interface IEnumerable
        interface ReferencesEvents
        interface _ReferencesEvents
        interface _dispReferencesEvents_Event
    end
public class OAReferences extends ConnectionPointContainer implements References, IEnumerable, ReferencesEvents, _ReferencesEvents, _dispReferencesEvents_Event

The OAReferences type exposes the following members.

Properties

  Name Description
Public property ContainingProject Gets {insert text here}.
Public property Count Gets {insert text here}.
Public property DTE Gets {insert text here}.
Public property Parent Gets {insert text here}.

Top

Methods

  Name Description
Public method Add
Public method AddActiveX
Public method AddProject
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method Find
Public method GetEnumerator
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Item
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event ReferenceAdded
Public event ReferenceChanged
Public event ReferenceRemoved

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IConnectionPointContainerEnumConnectionPoints (Inherited from ConnectionPointContainer.)
Explicit interface implemetationPrivate method IConnectionPointContainerFindConnectionPoint (Inherited from ConnectionPointContainer.)

Top

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

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace