InternalXmlHelper.RemoveNamespaceAttributes Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Odebere atributy oboru názvů XML z elementu XML. Tato metoda není určena k použití z vašeho kódu.
Přetížení
RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, IEnumerable) |
Odebere atributy oboru názvů XML z elementu XML. Tato metoda není určena k použití z vašeho kódu. |
RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, Object) |
Odebere atributy oboru názvů XML z elementu XML. Tato metoda není určena k použití z vašeho kódu. |
RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, XElement) |
Odebere atributy oboru názvů XML z elementu XML. Tato metoda není určena k použití z vašeho kódu. |
RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, IEnumerable)
Odebere atributy oboru názvů XML z elementu XML. Tato metoda není určena k použití z vašeho kódu.
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
Parametry
- inScopePrefixes
- String[]
Seznam předpon oboru názvů XML pro elementy XML v aktuálním oboru.
- inScopeNs
- XNamespace[]
Seznam oborů názvů XML pro elementy XML v aktuálním oboru.
- attributes
- List<XAttribute>
Seznam atributů oboru názvů, které se mají odebrat z elementu XML.
- obj
- IEnumerable
Element XML, ze které chcete odebrat atributy oboru názvů XML.
Návraty
Zadaný element XML s odebranými atributy oboru názvů XML.
Viz také
Platí pro
RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, Object)
Odebere atributy oboru názvů XML z elementu XML. Tato metoda není určena k použití z vašeho kódu.
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
Parametry
- inScopePrefixes
- String[]
Seznam předpon oboru názvů XML pro elementy XML v aktuálním oboru.
- inScopeNs
- XNamespace[]
Seznam oborů názvů XML pro elementy XML v aktuálním oboru.
- attributes
- List<XAttribute>
Seznam atributů oboru názvů, které se mají odebrat z elementu XML.
- obj
- Object
Element XML, ze které chcete odebrat atributy oboru názvů XML.
Návraty
Zadaný element XML s odebranými atributy oboru názvů XML.
Viz také
Platí pro
RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, XElement)
Odebere atributy oboru názvů XML z elementu XML. Tato metoda není určena k použití z vašeho kódu.
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
Parametry
- inScopePrefixes
- String[]
Seznam předpon oboru názvů XML pro elementy XML v aktuálním oboru.
- inScopeNs
- XNamespace[]
Seznam oborů názvů XML pro elementy XML v aktuálním oboru.
- attributes
- List<XAttribute>
Seznam atributů oboru názvů, které se mají odebrat z elementu XML.
- e
- XElement
Element XML, ze které chcete odebrat atributy oboru názvů XML.
Návraty
Zadaný element XML s odebranými atributy oboru názvů XML.