Nyelv

InternalXmlHelper.RemoveNamespaceAttributes Metódus

Definíció

Eltávolítja az XML-névtér attribútumait egy XML-elemből. Ez a módszer nem használható a kódból.

Túlterhelések

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

Eltávolítja az XML-névtér attribútumait egy XML-elemből. Ez a módszer nem használható a kódból.

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

Eltávolítja az XML-névtér attribútumait egy XML-elemből. Ez a módszer nem használható a kódból.

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

Eltávolítja az XML-névtér attribútumait egy XML-elemből. Ez a módszer nem használható a kódból.

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

Eltávolítja az XML-névtér attribútumait egy XML-elemből. Ez a módszer nem használható a kódból.

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

Paraméterek

inScopePrefixes
String[]

Az XML-névtér előtagjainak listája az aktuális hatókör XML-elemeihez.

inScopeNs
XNamespace[]

Az xml-névterek listája az aktuális hatókör XML-elemeihez.

attributes
List<XAttribute>

Az XML-elemből eltávolítandó névtérattribútumok listája.

obj
IEnumerable

Az XML-névtérattribútumok eltávolítására vonatkozó XML-elem.

Válaszok

A megadott XML-névtérattribútumokkal rendelkező XML-elem el lett távolítva.

Lásd még

A következőre érvényes:

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

Eltávolítja az XML-névtér attribútumait egy XML-elemből. Ez a módszer nem használható a kódból.

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

Paraméterek

inScopePrefixes
String[]

Az XML-névtér előtagjainak listája az aktuális hatókör XML-elemeihez.

inScopeNs
XNamespace[]

Az xml-névterek listája az aktuális hatókör XML-elemeihez.

attributes
List<XAttribute>

Az XML-elemből eltávolítandó névtérattribútumok listája.

obj
Object

Az XML-névtérattribútumok eltávolítására vonatkozó XML-elem.

Válaszok

A megadott XML-névtérattribútumokkal rendelkező XML-elem el lett távolítva.

Lásd még

A következőre érvényes:

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

Eltávolítja az XML-névtér attribútumait egy XML-elemből. Ez a módszer nem használható a kódból.

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

Paraméterek

inScopePrefixes
String[]

Az XML-névtér előtagjainak listája az aktuális hatókör XML-elemeihez.

inScopeNs
XNamespace[]

Az xml-névterek listája az aktuális hatókör XML-elemeihez.

attributes
List<XAttribute>

Az XML-elemből eltávolítandó névtérattribútumok listája.

e
XElement

Az XML-névtérattribútumok eltávolítására vonatkozó XML-elem.

Válaszok

A megadott XML-névtérattribútumokkal rendelkező XML-elem el lett távolítva.

Lásd még

A következőre érvényes: