CommandLineParser.ParsePathMap(String, IList<Diagnostic>) Method
Definition
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.
protected:
System::Collections::Immutable::ImmutableArray<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ParsePathMap(System::String ^ pathMap, System::Collections::Generic::IList<Microsoft::CodeAnalysis::Diagnostic ^> ^ errors);
protected System.Collections.Immutable.ImmutableArray<System.Collections.Generic.KeyValuePair<string,string>> ParsePathMap (string pathMap, System.Collections.Generic.IList<Microsoft.CodeAnalysis.Diagnostic> errors);
member this.ParsePathMap : string * System.Collections.Generic.IList<Microsoft.CodeAnalysis.Diagnostic> -> System.Collections.Immutable.ImmutableArray<System.Collections.Generic.KeyValuePair<string, string>>
Protected Function ParsePathMap (pathMap As String, errors As IList(Of Diagnostic)) As ImmutableArray(Of KeyValuePair(Of String, String))
Parameters
- pathMap
- String
- errors
- IList<Diagnostic>
Returns
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.