Udostępnij przez


InternalXmlHelper.RemoveNamespaceAttributes Metoda

Definicja

Usuwa atrybuty przestrzeni nazw XML z elementu XML. Ta metoda nie jest przeznaczona do użycia z kodu.

Przeciążenia

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

Usuwa atrybuty przestrzeni nazw XML z elementu XML. Ta metoda nie jest przeznaczona do użycia z kodu.

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

Usuwa atrybuty przestrzeni nazw XML z elementu XML. Ta metoda nie jest przeznaczona do użycia z kodu.

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

Usuwa atrybuty przestrzeni nazw XML z elementu XML. Ta metoda nie jest przeznaczona do użycia z kodu.

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

Usuwa atrybuty przestrzeni nazw XML z elementu XML. Ta metoda nie jest przeznaczona do użycia z kodu.

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[]

Lista prefiksów przestrzeni nazw XML dla elementów XML w bieżącym zakresie.

inScopeNs
XNamespace[]

Lista przestrzeni nazw XML dla elementów XML w bieżącym zakresie.

attributes
List<XAttribute>

Lista atrybutów przestrzeni nazw do usunięcia z elementu XML.

obj
IEnumerable

Element XML umożliwiający usunięcie atrybutów przestrzeni nazw XML.

Zwraca

Podany element XML z określonymi atrybutami przestrzeni nazw XML został usunięty.

Zobacz też

Dotyczy

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

Usuwa atrybuty przestrzeni nazw XML z elementu XML. Ta metoda nie jest przeznaczona do użycia z kodu.

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[]

Lista prefiksów przestrzeni nazw XML dla elementów XML w bieżącym zakresie.

inScopeNs
XNamespace[]

Lista przestrzeni nazw XML dla elementów XML w bieżącym zakresie.

attributes
List<XAttribute>

Lista atrybutów przestrzeni nazw do usunięcia z elementu XML.

obj
Object

Element XML umożliwiający usunięcie atrybutów przestrzeni nazw XML.

Zwraca

Podany element XML z określonymi atrybutami przestrzeni nazw XML został usunięty.

Zobacz też

Dotyczy

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

Usuwa atrybuty przestrzeni nazw XML z elementu XML. Ta metoda nie jest przeznaczona do użycia z kodu.

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[]

Lista prefiksów przestrzeni nazw XML dla elementów XML w bieżącym zakresie.

inScopeNs
XNamespace[]

Lista przestrzeni nazw XML dla elementów XML w bieżącym zakresie.

attributes
List<XAttribute>

Lista atrybutów przestrzeni nazw do usunięcia z elementu XML.

e
XElement

Element XML umożliwiający usunięcie atrybutów przestrzeni nazw XML.

Zwraca

Podany element XML z określonymi atrybutami przestrzeni nazw XML został usunięty.

Zobacz też

Dotyczy