ServiceContractGenerator.NamespaceMappings 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得在產生程式碼時所使用的從合約描述命名空間到 Managed 命名空間的對應。
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)
屬性值
從合約描述命名空間到 Managed 命名空間的對應。
備註
您可以使用這個屬性來建立合約描述命名空間和 Managed 命名空間的關聯,這個關聯會在產生程式碼時使用。
您可以使用萬用字元 "*" 做為字典索引鍵,為未明確對應至 Managed 命名空間的描述命名空間指定要使用的 Managed 命名空間。
當沒有指定特定描述命名空間的命名空間對應時,便會使用預設的 Managed 命名空間。