InternalXmlHelper.RemoveNamespaceAttributes 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 요소입니다.
추가 정보
적용 대상
.NET