XmlSerializationWriter.Namespaces 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 XML 限定名稱物件的清單,這些物件含有用來在 XML 文件中產生限定名稱的命名空間和前置詞。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
protected:
property System::Collections::ArrayList ^ Namespaces { System::Collections::ArrayList ^ get(); void set(System::Collections::ArrayList ^ value); };
protected System.Collections.ArrayList? Namespaces { get; set; }
protected System.Collections.ArrayList Namespaces { get; set; }
member this.Namespaces : System.Collections.ArrayList with get, set
Protected Property Namespaces As ArrayList
屬性值
ArrayList,其中含有命名空間和前置詞組。
備註
的受保護成員 XmlSerializationWriter 僅供在 .NET Framework XML 序列化基礎結構內部使用的衍生類別使用。