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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace