次の方法で共有


InternalXmlHelper.RemoveNamespaceAttributes メソッド

定義

XML 要素から XML 名前空間属性を削除します。 このメソッドは、コードで使用するためのものではありません。

オーバーロード

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

XML 要素から XML 名前空間属性を削除します。 このメソッドは、コードで使用するためのものではありません。

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

XML 要素から XML 名前空間属性を削除します。 このメソッドは、コードで使用するためのものではありません。

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

XML 要素から XML 名前空間属性を削除します。 このメソッドは、コードで使用するためのものではありません。

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

XML 要素から XML 名前空間属性を削除します。 このメソッドは、コードで使用するためのものではありません。

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

パラメーター

inScopePrefixes
String[]

現在のスコープの XML 要素で使用される XML 名前空間プレフィックスのリスト。

inScopeNs
XNamespace[]

現在のスコープの XML 要素で使用される XML 名前空間のリスト。

attributes
List<XAttribute>

XML 要素から削除する名前空間属性のリスト。

obj
IEnumerable

XML 名前空間属性を削除する XML 要素。

戻り値

指定の XML 名前空間属性が削除された、指定の XML 要素。

こちらもご覧ください

適用対象

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

XML 要素から XML 名前空間属性を削除します。 このメソッドは、コードで使用するためのものではありません。

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

パラメーター

inScopePrefixes
String[]

現在のスコープの XML 要素で使用される XML 名前空間プレフィックスのリスト。

inScopeNs
XNamespace[]

現在のスコープの XML 要素で使用される XML 名前空間のリスト。

attributes
List<XAttribute>

XML 要素から削除する名前空間属性のリスト。

obj
Object

XML 名前空間属性を削除する XML 要素。

戻り値

指定の XML 名前空間属性が削除された、指定の XML 要素。

こちらもご覧ください

適用対象

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

XML 要素から XML 名前空間属性を削除します。 このメソッドは、コードで使用するためのものではありません。

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

パラメーター

inScopePrefixes
String[]

現在のスコープの XML 要素で使用される XML 名前空間プレフィックスのリスト。

inScopeNs
XNamespace[]

現在のスコープの XML 要素で使用される XML 名前空間のリスト。

attributes
List<XAttribute>

XML 要素から削除する名前空間属性のリスト。

e
XElement

XML 名前空間属性を削除する XML 要素。

戻り値

指定の XML 名前空間属性が削除された、指定の XML 要素。

こちらもご覧ください

適用対象