ISetupInstance.ResolvePath(String) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resolves the optional relative path to the root path of the instance.
C++/WinRT
std::wstring ResolvePath(std::wstring const & pwszRelativePath = null);
public string ResolvePath(string pwszRelativePath = default);
abstract member ResolvePath : string -> string
Public Function ResolvePath (Optional pwszRelativePath As String = Nothing) As String
- pwszRelativePath
- String
A relative path within the instance to resolve, or NULL to get the root path.
The full path to the optional relative path within the instance. If the relative path is NULL, the root path will always terminate in a backslash.
Produkt | Versiounen |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |