다음을 통해 공유


PageTheme.XPathSelect 메서드

정의

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

오버로드

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

노드의 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

노드의 IEnumerable 목록입니다.

설명

합니다 XPathSelect 메서드를 GetDataItem 확인 하는 메서드는 IXPathNavigable 식에 대해 평가 되는 개체 참조입니다.

추가 정보

적용 대상