AddedReference.Reference Property
Gets the name of 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
Public ReadOnly Property Reference As String
'Usage
Dim instance As AddedReference
Dim value As String
value = instance.Reference
public string Reference { get; }
public:
property String^ Reference {
String^ get ();
}
public function get Reference () : String
Property Value
Type: System.String
The name of the added reference.
.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