InternalXmlHelper.RemoveNamespaceAttributes Yöntem

Tanım

XML öğesinden XML ad alanı özniteliklerini kaldırır. Bu yöntemin kodunuzdan kullanılması amaçlanmamıştır.

Aşırı Yüklemeler

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

XML öğesinden XML ad alanı özniteliklerini kaldırır. Bu yöntemin kodunuzdan kullanılması amaçlanmamıştır.

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

XML öğesinden XML ad alanı özniteliklerini kaldırır. Bu yöntemin kodunuzdan kullanılması amaçlanmamıştır.

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

XML öğesinden XML ad alanı özniteliklerini kaldırır. Bu yöntemin kodunuzdan kullanılması amaçlanmamıştır.

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

XML öğesinden XML ad alanı özniteliklerini kaldırır. Bu yöntemin kodunuzdan kullanılması amaçlanmamıştır.

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

Parametreler

inScopePrefixes
String[]

Geçerli kapsamdaki XML öğeleri için XML ad alanı ön eklerinin listesi.

inScopeNs
XNamespace[]

Geçerli kapsamdaki XML öğeleri için XML ad alanlarının listesi.

attributes
List<XAttribute>

XML öğesinden kaldırılacak ad alanı özniteliklerinin listesi.

obj
IEnumerable

XML ad alanı özniteliklerini kaldırılacak XML öğesi.

Döndürülenler

Belirtilen XML ad alanı özniteliklerinin kaldırıldığı sağlanan XML öğesi.

Ayrıca bkz.

  • Visual BasicXML>

Şunlara uygulanır

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

XML öğesinden XML ad alanı özniteliklerini kaldırır. Bu yöntemin kodunuzdan kullanılması amaçlanmamıştır.

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

Parametreler

inScopePrefixes
String[]

Geçerli kapsamdaki XML öğeleri için XML ad alanı ön eklerinin listesi.

inScopeNs
XNamespace[]

Geçerli kapsamdaki XML öğeleri için XML ad alanlarının listesi.

attributes
List<XAttribute>

XML öğesinden kaldırılacak ad alanı özniteliklerinin listesi.

obj
Object

XML ad alanı özniteliklerini kaldırılacak XML öğesi.

Döndürülenler

Belirtilen XML ad alanı özniteliklerinin kaldırıldığı sağlanan XML öğesi.

Ayrıca bkz.

  • Visual BasicXML>

Şunlara uygulanır

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

XML öğesinden XML ad alanı özniteliklerini kaldırır. Bu yöntemin kodunuzdan kullanılması amaçlanmamıştır.

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

Parametreler

inScopePrefixes
String[]

Geçerli kapsamdaki XML öğeleri için XML ad alanı ön eklerinin listesi.

inScopeNs
XNamespace[]

Geçerli kapsamdaki XML öğeleri için XML ad alanlarının listesi.

attributes
List<XAttribute>

XML öğesinden kaldırılacak ad alanı özniteliklerinin listesi.

e
XElement

XML ad alanı özniteliklerini kaldırılacak XML öğesi.

Döndürülenler

Belirtilen XML ad alanı özniteliklerinin kaldırıldığı sağlanan XML öğesi.

Ayrıca bkz.

  • Visual BasicXML>

Şunlara uygulanır