Reference.HintPath Property
Gets the value of the HintPath in the Reference.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public string HintPath { get; private set; }
public:
property String^ HintPath {
virtual String^ get() sealed;
private: virtual void set(String^ value) sealed;
}
abstract HintPath : string with get, private set
override HintPath : string with get, private set
Public Property HintPath As String
Get
Private Set
End Property
Property Value
Type: System.String
Returns String.
See Also
Reference Class
Microsoft.VisualStudio.Tools.Applications Namespace