PageTheme.XPathSelect 메서드

정의

테마 스킨 파일의 XML 기반 데이터에 대한 런타임 데이터 바인딩을 제공하고 인터페이스를 구현하는 노드 컬렉션을 반환합니다 IEnumerable .

오버로드

Name Description
XPathSelect(String)

XPath 데이터 바인딩 식을 평가하고 인터페이스를 구현하는 노드 컬렉션을 반환합니다 IEnumerable .

XPathSelect(String, IXmlNamespaceResolver)

네임스페이스 확인을 위해 지정된 접두사 및 네임스페이스 매핑을 사용하여 XPath 데이터 바인딩 식을 평가하고 인터페이스를 구현하는 노드 컬렉션을 반환합니다 IEnumerable .

XPathSelect(String)

XPath 데이터 바인딩 식을 평가하고 인터페이스를 구현하는 노드 컬렉션을 반환합니다 IEnumerable .

protected:
 System::Collections::IEnumerable ^ XPathSelect(System::String ^ xPathExpression);
protected System.Collections.IEnumerable XPathSelect(string xPathExpression);
member this.XPathSelect : string -> System.Collections.IEnumerable
Protected Function XPathSelect (xPathExpression As String) As IEnumerable

매개 변수

xPathExpression
String

평가할 XPath 식입니다. 자세한 내용은 XPathBinder참조하세요.

반품

IEnumerable 노드 목록입니다.

설명

메서드는 XPathSelect 메서드를 GetDataItem 사용하여 식이 IXPathNavigable 평가되는 개체 참조를 확인합니다.

추가 정보

적용 대상

XPathSelect(String, IXmlNamespaceResolver)

네임스페이스 확인을 위해 지정된 접두사 및 네임스페이스 매핑을 사용하여 XPath 데이터 바인딩 식을 평가하고 인터페이스를 구현하는 노드 컬렉션을 반환합니다 IEnumerable .

protected:
 System::Collections::IEnumerable ^ XPathSelect(System::String ^ xPathExpression, System::Xml::IXmlNamespaceResolver ^ resolver);
protected System.Collections.IEnumerable XPathSelect(string xPathExpression, System.Xml.IXmlNamespaceResolver resolver);
member this.XPathSelect : string * System.Xml.IXmlNamespaceResolver -> System.Collections.IEnumerable
Protected Function XPathSelect (xPathExpression As String, resolver As IXmlNamespaceResolver) As IEnumerable

매개 변수

xPathExpression
String

평가할 XPath 식입니다. 자세한 내용은 XPathBinder참조하세요.

resolver
IXmlNamespaceResolver

네임스페이스 확인에 사용되는 접두사 및 네임스페이스 매핑 집합입니다.

반품

IEnumerable 노드 목록입니다.

설명

메서드는 XPathSelect 메서드를 GetDataItem 사용하여 식이 IXPathNavigable 평가되는 개체 참조를 확인합니다.

추가 정보

적용 대상