Reference Class
A reference to an assembly in an MSBuild project.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Tools.Applications.Reference
Syntax
public sealed class Reference
public ref class Reference sealed
[<Sealed>]
type Reference = class end
Public NotInheritable Class Reference
Constructors
Name | Description | |
---|---|---|
Reference(String) | Creates a new instance of the Reference class. |
|
Reference(String, String) |
Properties
Name | Description | |
---|---|---|
HintPath | Gets the value of the HintPath in the Reference. |
|
Name | Gets the value of the Name in Reference. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
FromString(String) | Creates a Reference object from a name. |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Operators
Name | Description | |
---|---|---|
Implicit(String to Reference) | Converts a string name to a Reference object. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.