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.StringThe name of the reference that was added to the project without the file name extension.
.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