| SandcastleProjectResolvePath Method |
This method resolves any MSBuild environment variables in the
path objects.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public string ResolvePath(
string path
)
Public Function ResolvePath (
path As String
) As String
public:
virtual String^ ResolvePath(
String^ path
) sealed
abstract ResolvePath :
path : string -> string
override ResolvePath :
path : string -> string
Parameters
- path
- Type: SystemString
The path to use
Return Value
Type:
StringA copy of the path after performing any custom resolutions
Implements
IBasePathProviderResolvePath(String)See Also