Share via


IVstaUpgradeHelper.RemovedReferences Property

Gets a list of references that were removed from the add-in project to convert the project to Microsoft Visual Studio Tools for Applications 2.0.

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)> _
ReadOnly Property RemovedReferences As List(Of RemovedReference)
'Usage
Dim instance As IVstaUpgradeHelper 
Dim value As List(Of RemovedReference)

value = instance.RemovedReferences
[CLSCompliantAttribute(false)]
List<RemovedReference> RemovedReferences { get; }
[CLSCompliantAttribute(false)]
property List<RemovedReference^>^ RemovedReferences {
    List<RemovedReference^>^ get ();
}
function get RemovedReferences () : List<RemovedReference>

Property Value

Type: System.Collections.Generic.List<RemovedReference>
A list of removed reference objects.

.NET Framework Security

See Also

Reference

IVstaUpgradeHelper Interface

IVstaUpgradeHelper Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace