CommandLineArguments.PathMap 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
路径对的列表。 这会存储命令行编译器选项 /pathMap:X1=Y1 的值;X2=Y2...这会导致 X1 的前缀后跟路径分隔符替换为 Y1,后跟路径分隔符,依此替换每个以下对。
public:
property System::Collections::Immutable::ImmutableArray<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> PathMap { System::Collections::Immutable::ImmutableArray<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> get(); };
public System.Collections.Immutable.ImmutableArray<System.Collections.Generic.KeyValuePair<string,string>> PathMap { get; }
member this.PathMap : System.Collections.Immutable.ImmutableArray<System.Collections.Generic.KeyValuePair<string, string>>
Public ReadOnly Property PathMap As ImmutableArray(Of KeyValuePair(Of String, String))
属性值
注解
此选项用于帮助获取生成到生成确定性,即使生成目录不同于一个生成目录到下一个版本。 前缀匹配区分大小写。