OAReferenceBase<RefType> Generic Class

Represents the automation equivalent of ReferenceNode.

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

Syntax

'宣言
<ComVisibleAttribute(True)> _
Public Class OAReferenceBase(Of RefType As ReferenceNode) _
    Implements Reference
'使用
Dim instance As OAReferenceBase(Of RefType)
[ComVisibleAttribute(true)]
public class OAReferenceBase<RefType> : Reference where RefType : ReferenceNode
[ComVisibleAttribute(true)]
generic<typename RefType>
where RefType : ReferenceNode
public ref class OAReferenceBase : Reference
JScript does not support generic types or methods.

Type Parameters

  • RefType

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Package.Automation.OAReferenceBase<RefType>
    Microsoft.VisualStudio.Package.Automation.OAAssemblyReference
    Microsoft.VisualStudio.Package.Automation.OAComReference
    Microsoft.VisualStudio.Package.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

OAReferenceBase<RefType> Members

Microsoft.VisualStudio.Package.Automation Namespace