ServiceContractGenerator.NamespaceMappings 属性

定义

获取生成代码时使用的从协定说明命名空间到托管命名空间的映射。

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ NamespaceMappings { System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,string> NamespaceMappings { get; }
member this.NamespaceMappings : System.Collections.Generic.Dictionary<string, string>
Public ReadOnly Property NamespaceMappings As Dictionary(Of String, String)

属性值

从协定说明命名空间到托管命名空间的映射。

注解

使用此属性可以将协定命名空间和生成代码时要使用的托管命名空间关联起来。

您可将通配符 "*" 用作字典键,来为所有未显示映射到托管命名空间的说明命名空间指定要使用的托管空间。

如果没有为说明命名空间指定命名空间映射,则将使用默认托管命名空间。

适用于