Share via


RemovedReference Constructor

Initializes a new instance of the RemovedReference class.

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

Dim instance As New RemovedReference(reference)
public RemovedReference(
    string reference
)
public:
RemovedReference(
    String^ reference
)
public function RemovedReference(
    reference : String
)

Parameters

  • reference
    Type: System.String

    The name of the reference that was removed from the project.

.NET Framework Security

See Also

Reference

RemovedReference Class

RemovedReference Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace