Share via


AddedReference Constructor

Initializes a new instance of the AddedReference class with the added reference.

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
Protected Sub New ( _
    reference As String _
)
'Usage
Dim reference As String 

Dim instance As New AddedReference(reference)
protected AddedReference(
    string reference
)
protected:
AddedReference(
    String^ reference
)
protected function AddedReference(
    reference : String
)

Parameters

  • reference
    Type: System.String

    The name of the reference that was added to the project without the file name extension.

.NET Framework Security

See Also

Reference

AddedReference Class

AddedReference Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace