次の方法で共有


XmlReadSettings.NamespacePrefixes プロパティ

定義

名前空間 URI をプレフィックス マッピングに設定し、名前空間が有効になっているときに列名のプレフィックスをオーバーライドします。名前空間 URI にプレフィックスが定義されていない場合は、xml データ ファイル内の xml 要素/属性名のプレフィックスが使用されます。 例: "{"http://www.example.com/xml":"prefix"}" Type: object (または resultType オブジェクトを持つ式)。

[Newtonsoft.Json.JsonProperty(PropertyName="namespacePrefixes")]
public object NamespacePrefixes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="namespacePrefixes")>]
member this.NamespacePrefixes : obj with get, set
Public Property NamespacePrefixes As Object

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象