InternalXmlHelper.RemoveNamespaceAttributes Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Remove atributos de namespace XML de um elemento XML. Esse método não se destina a ser usado do seu código.
Sobrecargas
| Nome | Description |
|---|---|
| RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, IEnumerable) |
Remove atributos de namespace XML de um elemento XML. Esse método não se destina a ser usado do seu código. |
| RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, Object) |
Remove atributos de namespace XML de um elemento XML. Esse método não se destina a ser usado do seu código. |
| RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, XElement) |
Remove atributos de namespace XML de um elemento XML. Esse método não se destina a ser usado do seu código. |
RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, IEnumerable)
Remove atributos de namespace XML de um elemento XML. Esse método não se destina a ser usado do seu código.
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
Parâmetros
- inScopePrefixes
- String[]
A lista de prefixos de namespace XML para elementos XML no escopo atual.
- inScopeNs
- XNamespace[]
A lista de namespaces XML para elementos XML no escopo atual.
- attributes
- List<XAttribute>
A lista de atributos de namespace a serem removidos do elemento XML.
- obj
- IEnumerable
O elemento XML do qual remover atributos de namespace XML.
Retornos
O elemento XML fornecido com os atributos de namespace XML especificados removidos.
Confira também
Aplica-se a
RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, Object)
Remove atributos de namespace XML de um elemento XML. Esse método não se destina a ser usado do seu código.
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
Parâmetros
- inScopePrefixes
- String[]
A lista de prefixos de namespace XML para elementos XML no escopo atual.
- inScopeNs
- XNamespace[]
A lista de namespaces XML para elementos XML no escopo atual.
- attributes
- List<XAttribute>
A lista de atributos de namespace a serem removidos do elemento XML.
- obj
- Object
O elemento XML do qual remover atributos de namespace XML.
Retornos
O elemento XML fornecido com os atributos de namespace XML especificados removidos.
Confira também
Aplica-se a
RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, XElement)
Remove atributos de namespace XML de um elemento XML. Esse método não se destina a ser usado do seu código.
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
Parâmetros
- inScopePrefixes
- String[]
A lista de prefixos de namespace XML para elementos XML no escopo atual.
- inScopeNs
- XNamespace[]
A lista de namespaces XML para elementos XML no escopo atual.
- attributes
- List<XAttribute>
A lista de atributos de namespace a serem removidos do elemento XML.
- e
- XElement
O elemento XML do qual remover atributos de namespace XML.
Retornos
O elemento XML fornecido com os atributos de namespace XML especificados removidos.