AddedComReference Class

Represents a COM reference (a COM DLL) that was added to a Visual Studio Tools for Applications add-in project.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class AddedComReference _
    Inherits AddedReference
'Usage
Dim instance As AddedComReference
[CLSCompliantAttribute(false)]
public sealed class AddedComReference : AddedReference
[CLSCompliantAttribute(false)]
public ref class AddedComReference sealed : public AddedReference
public final class AddedComReference extends AddedReference

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Tools.Applications.DesignTime.AddedReference
    Microsoft.VisualStudio.Tools.Applications.DesignTime.AddedComReference

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

AddedComReference Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace