다음을 통해 공유


XPathMessageQuery 생성자

정의

XPathMessageQuery 클래스의 새 인스턴스를 초기화합니다.

오버로드

XPathMessageQuery()

XPathMessageQuery 클래스의 새 인스턴스를 초기화합니다.

XPathMessageQuery(String)

지정된 XPath 식을 사용하여 XPathMessageQuery 클래스의 새 인스턴스를 초기화합니다.

XPathMessageQuery(String, XmlNamespaceManager)

지정된 XPath 식 및 XPathMessageQuery를 사용하여 XmlNamespaceManager 클래스의 새 인스턴스를 초기화합니다.

XPathMessageQuery(String, XsltContext)

지정된 XPath 식 및 XPathMessageQuery를 사용하여 XsltContext 클래스의 새 인스턴스를 초기화합니다.

XPathMessageQuery()

XPathMessageQuery 클래스의 새 인스턴스를 초기화합니다.

public:
 XPathMessageQuery();
public XPathMessageQuery ();
Public Sub New ()

적용 대상

XPathMessageQuery(String)

지정된 XPath 식을 사용하여 XPathMessageQuery 클래스의 새 인스턴스를 초기화합니다.

public:
 XPathMessageQuery(System::String ^ expression);
public XPathMessageQuery (string expression);
new System.ServiceModel.XPathMessageQuery : string -> System.ServiceModel.XPathMessageQuery
Public Sub New (expression As String)

매개 변수

expression
String

XPath 식입니다.

적용 대상

XPathMessageQuery(String, XmlNamespaceManager)

지정된 XPath 식 및 XPathMessageQuery를 사용하여 XmlNamespaceManager 클래스의 새 인스턴스를 초기화합니다.

public:
 XPathMessageQuery(System::String ^ expression, System::Xml::XmlNamespaceManager ^ namespaces);
public XPathMessageQuery (string expression, System.Xml.XmlNamespaceManager namespaces);
new System.ServiceModel.XPathMessageQuery : string * System.Xml.XmlNamespaceManager -> System.ServiceModel.XPathMessageQuery
Public Sub New (expression As String, namespaces As XmlNamespaceManager)

매개 변수

expression
String

XPath 식입니다.

namespaces
XmlNamespaceManager

XML 네임스페이스 관리자입니다.

적용 대상

XPathMessageQuery(String, XsltContext)

지정된 XPath 식 및 XPathMessageQuery를 사용하여 XsltContext 클래스의 새 인스턴스를 초기화합니다.

public:
 XPathMessageQuery(System::String ^ expression, System::Xml::Xsl::XsltContext ^ context);
public XPathMessageQuery (string expression, System.Xml.Xsl.XsltContext context);
new System.ServiceModel.XPathMessageQuery : string * System.Xml.Xsl.XsltContext -> System.ServiceModel.XPathMessageQuery
Public Sub New (expression As String, context As XsltContext)

매개 변수

expression
String

XPath 식입니다.

context
XsltContext

XSLT 컨텍스트입니다.

적용 대상