Share via


RemovedReference.Reference Property

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

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 RemovedReference 
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 reference that was removed from the project.

.NET Framework Security

See Also

Reference

RemovedReference Class

RemovedReference Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace