This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Download Microsoft Edge
More info about Internet Explorer and Microsoft Edge
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
Private Set
End Property
Property Value
Type: System.String
Returns String.
See Also
Reference Class
Microsoft.VisualStudio.Tools.Applications Namespace
Return to top