XsltContext.ResolveFunction(String, String, XPathResultType[]) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
파생 클래스에서 재정의된 경우 함수 참조를 확인하고 함수를 나타내는 값을 IXsltContextFunction 반환합니다. 실행 IXsltContextFunction 시 함수의 반환 값을 가져오는 데 사용됩니다.
public:
abstract System::Xml::Xsl::IXsltContextFunction ^ ResolveFunction(System::String ^ prefix, System::String ^ name, cli::array <System::Xml::XPath::XPathResultType> ^ ArgTypes);
public abstract System.Xml.Xsl.IXsltContextFunction ResolveFunction(string prefix, string name, System.Xml.XPath.XPathResultType[] ArgTypes);
abstract member ResolveFunction : string * string * System.Xml.XPath.XPathResultType[] -> System.Xml.Xsl.IXsltContextFunction
Public MustOverride Function ResolveFunction (prefix As String, name As String, ArgTypes As XPathResultType()) As IXsltContextFunction
매개 변수
- prefix
- String
XPath 식에 나타나는 함수의 접두사입니다.
- name
- String
함수의 이름입니다.
- ArgTypes
- XPathResultType[]
확인 중인 함수에 대한 인수 형식의 배열입니다. 이렇게 하면 이름이 같은 메서드(예: 오버로드된 메서드)를 선택할 수 있습니다.
반품
IXsltContextFunction 함수를 나타내는 값입니다.