Share via


OAAssemblyReference Class

Represents an assembly reference.

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 OAAssemblyReference _
    Inherits OAReferenceBase
'Usage
Dim instance As OAAssemblyReference
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public class OAAssemblyReference : OAReferenceBase
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class OAAssemblyReference : public OAReferenceBase
public class OAAssemblyReference extends OAReferenceBase

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Automation.OAReferenceBase
    Microsoft.VisualStudio.Data.Schema.Project.Automation.OAAssemblyReference

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

OAAssemblyReference Members

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