Share via


IVstaUpgradeHelper.AddedReferences Property

Gets a list of references that were added to 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 AddedReferences As List(Of AddedReference)
'Usage
Dim instance As IVstaUpgradeHelper 
Dim value As List(Of AddedReference)

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

Property Value

Type: System.Collections.Generic.List<AddedReference>

.NET Framework Security

See Also

Reference

IVstaUpgradeHelper Interface

IVstaUpgradeHelper Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace