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
System_CAPS_pubmethod Reference(String)

Creates a new instance of the Reference class.

System_CAPS_pubmethod Reference(String, String)

Properties

Name Description
System_CAPS_pubproperty HintPath

Gets the value of the HintPath in the Reference.

System_CAPS_pubproperty Name

Gets the value of the Name in Reference.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static FromString(String)

Creates a Reference object from a name.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Operators

Name Description
System_CAPS_puboperatorSystem_CAPS_static 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.

See Also

Microsoft.VisualStudio.Tools.Applications Namespace

Return to top