Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public Class OAReferences _
Inherits ConnectionPointContainer _
Implements References, IEnumerable, ReferencesEvents, _ReferencesEvents, _
_dispReferencesEvents_Event
'Usage
Dim instance As OAReferences
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public class OAReferences : ConnectionPointContainer,
References, IEnumerable, ReferencesEvents, _ReferencesEvents, _dispReferencesEvents_Event
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
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.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
Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace