Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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