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)

System.Object
  Microsoft.VisualStudio.Tools.Applications.Reference

Public NotInheritable Class Reference

NameDescription
System_CAPS_pubmethodReference(String)

Creates a new instance of the Reference class.

System_CAPS_pubmethodReference(String, String)

NameDescription
System_CAPS_pubpropertyHintPath

Gets the value of the HintPath in the Reference.

System_CAPS_pubpropertyName

Gets the value of the Name in Reference.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticFromString(String)

Creates a Reference object from a name.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticWidening(String to Reference)

Converts a string name to a Reference object.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: