InternalXmlHelper.RemoveNamespaceAttributes 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 XML 項目移除 XML 命名空間屬性。 這個方法並不適合從程式碼使用。
多載
RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, IEnumerable) |
從 XML 項目移除 XML 命名空間屬性。 這個方法並不適合從程式碼使用。 |
RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, Object) |
從 XML 項目移除 XML 命名空間屬性。 這個方法並不適合從程式碼使用。 |
RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, XElement) |
從 XML 項目移除 XML 命名空間屬性。 這個方法並不適合從程式碼使用。 |
RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, IEnumerable)
從 XML 項目移除 XML 命名空間屬性。 這個方法並不適合從程式碼使用。
public:
static System::Collections::IEnumerable ^ RemoveNamespaceAttributes(cli::array <System::String ^> ^ inScopePrefixes, cli::array <System::Xml::Linq::XNamespace ^> ^ inScopeNs, System::Collections::Generic::List<System::Xml::Linq::XAttribute ^> ^ attributes, System::Collections::IEnumerable ^ obj);
public static System.Collections.IEnumerable RemoveNamespaceAttributes (string[] inScopePrefixes, System.Xml.Linq.XNamespace[] inScopeNs, System.Collections.Generic.List<System.Xml.Linq.XAttribute> attributes, System.Collections.IEnumerable obj);
static member RemoveNamespaceAttributes : string[] * System.Xml.Linq.XNamespace[] * System.Collections.Generic.List<System.Xml.Linq.XAttribute> * System.Collections.IEnumerable -> System.Collections.IEnumerable
Public Shared Function RemoveNamespaceAttributes (inScopePrefixes As String(), inScopeNs As XNamespace(), attributes As List(Of XAttribute), obj As IEnumerable) As IEnumerable
參數
- inScopePrefixes
- String[]
目前範圍中 XML 項目之 XML 命名空間前置詞的清單。
- inScopeNs
- XNamespace[]
目前範圍中 XML 項目之 XML 命名空間的清單。
- attributes
- List<XAttribute>
從 XML 項目移除之命名空間屬性的清單。
- obj
- IEnumerable
要從其中移除 XML 命名空間屬性的 XML 項目。
傳回
提供的具所指定 XML 命名空間屬性之 XML 項目已移除。
另請參閱
適用於
RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, Object)
從 XML 項目移除 XML 命名空間屬性。 這個方法並不適合從程式碼使用。
public:
static System::Object ^ RemoveNamespaceAttributes(cli::array <System::String ^> ^ inScopePrefixes, cli::array <System::Xml::Linq::XNamespace ^> ^ inScopeNs, System::Collections::Generic::List<System::Xml::Linq::XAttribute ^> ^ attributes, System::Object ^ obj);
public static object RemoveNamespaceAttributes (string[] inScopePrefixes, System.Xml.Linq.XNamespace[] inScopeNs, System.Collections.Generic.List<System.Xml.Linq.XAttribute> attributes, object obj);
static member RemoveNamespaceAttributes : string[] * System.Xml.Linq.XNamespace[] * System.Collections.Generic.List<System.Xml.Linq.XAttribute> * obj -> obj
Public Shared Function RemoveNamespaceAttributes (inScopePrefixes As String(), inScopeNs As XNamespace(), attributes As List(Of XAttribute), obj As Object) As Object
參數
- inScopePrefixes
- String[]
目前範圍中 XML 項目之 XML 命名空間前置詞的清單。
- inScopeNs
- XNamespace[]
目前範圍中 XML 項目之 XML 命名空間的清單。
- attributes
- List<XAttribute>
從 XML 項目移除之命名空間屬性的清單。
- obj
- Object
要從其中移除 XML 命名空間屬性的 XML 項目。
傳回
提供的具所指定 XML 命名空間屬性之 XML 項目已移除。
另請參閱
適用於
RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, XElement)
從 XML 項目移除 XML 命名空間屬性。 這個方法並不適合從程式碼使用。
public:
static System::Xml::Linq::XElement ^ RemoveNamespaceAttributes(cli::array <System::String ^> ^ inScopePrefixes, cli::array <System::Xml::Linq::XNamespace ^> ^ inScopeNs, System::Collections::Generic::List<System::Xml::Linq::XAttribute ^> ^ attributes, System::Xml::Linq::XElement ^ e);
public static System.Xml.Linq.XElement RemoveNamespaceAttributes (string[] inScopePrefixes, System.Xml.Linq.XNamespace[] inScopeNs, System.Collections.Generic.List<System.Xml.Linq.XAttribute> attributes, System.Xml.Linq.XElement e);
static member RemoveNamespaceAttributes : string[] * System.Xml.Linq.XNamespace[] * System.Collections.Generic.List<System.Xml.Linq.XAttribute> * System.Xml.Linq.XElement -> System.Xml.Linq.XElement
Public Shared Function RemoveNamespaceAttributes (inScopePrefixes As String(), inScopeNs As XNamespace(), attributes As List(Of XAttribute), e As XElement) As XElement
參數
- inScopePrefixes
- String[]
目前範圍中 XML 項目之 XML 命名空間前置詞的清單。
- inScopeNs
- XNamespace[]
目前範圍中 XML 項目之 XML 命名空間的清單。
- attributes
- List<XAttribute>
從 XML 項目移除之命名空間屬性的清單。
- e
- XElement
要從其中移除 XML 命名空間屬性的 XML 項目。
傳回
提供的具所指定 XML 命名空間屬性之 XML 項目已移除。