NamespaceElement 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
네임스페이스 요소를 정의하는 구성 요소를 나타냅니다. 여기에는 XPath 필터에 사용될 수 있는 네임스페이스 간 접두사 매핑이 포함됩니다.
public ref class NamespaceElement : System::Configuration::ConfigurationElement
public class NamespaceElement : System.Configuration.ConfigurationElement
type NamespaceElement = class
inherit ConfigurationElement
Public Class NamespaceElement
Inherits ConfigurationElement
- 상속
설명
다음 표에는 기본적으로 인식되는 네임스페이스와 접두사가 나와 있습니다.
접두사 | 네임스페이스 |
---|---|
s11 | http://schemas.xmlsoap.org/soap/envelope |
s12 | http://www.w3.org/2003/05/soap-envelope |
wsaAugust2004 | http://schemas.xmlsoap.org/ws/2004/08/addressing |
wsa10 | http://www.w3.org/2005/08/addressing |
sm | http://schemas.microsoft.com/serviceModel/2004/05/xpathfunctions |
tempuri | http://tempuri.org |
ser | http://schemas.microsoft.com/2003/10/Serialization |
생성자
NamespaceElement() |
NamespaceElement의 새 인스턴스를 초기화합니다. |