다음을 통해 공유


XmlQueryContext.InvokeXsltLateBoundFunction 메서드

정의

외부 인수 목록의 런타임에 바인딩된 확장명 개체를 가져옵니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^> ^ InvokeXsltLateBoundFunction(System::String ^ name, System::String ^ namespaceUri, cli::array <System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^> ^> ^ args);
public System.Collections.Generic.IList<System.Xml.XPath.XPathItem> InvokeXsltLateBoundFunction (string name, string namespaceUri, System.Collections.Generic.IList<System.Xml.XPath.XPathItem>[] args);
member this.InvokeXsltLateBoundFunction : string * string * System.Collections.Generic.IList<System.Xml.XPath.XPathItem>[] -> System.Collections.Generic.IList<System.Xml.XPath.XPathItem>
Public Function InvokeXsltLateBoundFunction (name As String, namespaceUri As String, args As IList(Of XPathItem)()) As IList(Of XPathItem)

매개 변수

name
String

string 형식의 값입니다.

namespaceUri
String

string 형식의 값입니다.

args
IList<XPathItem>[]

XPathItem 인스턴스의 시퀀스입니다.

반환

IList<XPathItem>

XPathItem 유형의 일반 목록입니다.

적용 대상