InternalXmlHelper.RemoveNamespaceAttributes Methode

Definition

Entfernt XML-Namespaceattribute aus einem XML-Element. Diese Methode ist nicht für die Verwendung im Code vorgesehen.

Überlädt

RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, IEnumerable)

Entfernt XML-Namespaceattribute aus einem XML-Element. Diese Methode ist nicht für die Verwendung im Code vorgesehen.

RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, Object)

Entfernt XML-Namespaceattribute aus einem XML-Element. Diese Methode ist nicht für die Verwendung im Code vorgesehen.

RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, XElement)

Entfernt XML-Namespaceattribute aus einem XML-Element. Diese Methode ist nicht für die Verwendung im Code vorgesehen.

RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, IEnumerable)

Entfernt XML-Namespaceattribute aus einem XML-Element. Diese Methode ist nicht für die Verwendung im Code vorgesehen.

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

Parameter

inScopePrefixes
String[]

Die Liste der XML-Namespacepräfixe für XML-Elemente im aktuellen Bereich.

inScopeNs
XNamespace[]

Die Liste der XML-Namespacepräfixe für XML-Elemente im aktuellen Bereich.

attributes
List<XAttribute>

Die Liste der Namespaceattribute, die aus dem XML-Element entfernt werden sollen.

obj
IEnumerable

Das XML-Element, aus dem XML-Namespaceattribute entfernt werden sollen.

Gibt zurück

Das angegebene XML-Element, wobei die angegebenen XML-Namespaceattribute entfernt wurden.

Weitere Informationen

Gilt für:

RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, Object)

Entfernt XML-Namespaceattribute aus einem XML-Element. Diese Methode ist nicht für die Verwendung im Code vorgesehen.

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

Parameter

inScopePrefixes
String[]

Die Liste der XML-Namespacepräfixe für XML-Elemente im aktuellen Bereich.

inScopeNs
XNamespace[]

Die Liste der XML-Namespacepräfixe für XML-Elemente im aktuellen Bereich.

attributes
List<XAttribute>

Die Liste der Namespaceattribute, die aus dem XML-Element entfernt werden sollen.

obj
Object

Das XML-Element, aus dem XML-Namespaceattribute entfernt werden sollen.

Gibt zurück

Das angegebene XML-Element, wobei die angegebenen XML-Namespaceattribute entfernt wurden.

Weitere Informationen

Gilt für:

RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, XElement)

Entfernt XML-Namespaceattribute aus einem XML-Element. Diese Methode ist nicht für die Verwendung im Code vorgesehen.

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

Parameter

inScopePrefixes
String[]

Die Liste der XML-Namespacepräfixe für XML-Elemente im aktuellen Bereich.

inScopeNs
XNamespace[]

Die Liste der XML-Namespacepräfixe für XML-Elemente im aktuellen Bereich.

attributes
List<XAttribute>

Die Liste der Namespaceattribute, die aus dem XML-Element entfernt werden sollen.

e
XElement

Das XML-Element, aus dem XML-Namespaceattribute entfernt werden sollen.

Gibt zurück

Das angegebene XML-Element, wobei die angegebenen XML-Namespaceattribute entfernt wurden.

Weitere Informationen

Gilt für: