RemovedReference Class

Represents a reference that was removed from 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 RemovedReference
'Usage
Dim instance As RemovedReference
[CLSCompliantAttribute(false)]
public sealed class RemovedReference
[CLSCompliantAttribute(false)]
public ref class RemovedReference sealed
public final class RemovedReference

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Tools.Applications.DesignTime.RemovedReference

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

RemovedReference Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace