Method GetSchemePathValue
GetSchemePathValue(PythonPathValueKind, PythonPathSchemeKind?)
Retrieves the path value for a specific Python path value kind and scheme kind.
public static string GetSchemePathValue(PythonPathValueKind valueKind, PythonPathSchemeKind? schemeKind = null)
Parameters
valueKind
PythonPathValueKindThe kind of Python path value to retrieve. For example, StdLib.
schemeKind
PythonPathSchemeKind?The kind of Python path scheme to use. If null, the current Kind is used.
Returns
- string
A string representing the path value for the specified kind and scheme, or null if not found.