XPathMessageContext.ResolveFunction(String, String, XPathResultType[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
解析函式參考並傳回表示函式的 IXsltContextFunction。
public:
override System::Xml::Xsl::IXsltContextFunction ^ ResolveFunction(System::String ^ prefix, System::String ^ name, cli::array <System::Xml::XPath::XPathResultType> ^ argTypes);
public override System.Xml.Xsl.IXsltContextFunction ResolveFunction (string prefix, string name, System.Xml.XPath.XPathResultType[] argTypes);
override this.ResolveFunction : string * string * System.Xml.XPath.XPathResultType[] -> System.Xml.Xsl.IXsltContextFunction
Public Overrides Function ResolveFunction (prefix As String, name As String, argTypes As XPathResultType()) As IXsltContextFunction
參數
- prefix
- String
函式出現在 XPath 運算式時所具有的前置詞。
- name
- String
函式的名稱。
- argTypes
- XPathResultType[]
要加以解析之函式的引數型別陣列。 這讓您可以選取具有相同名稱的方法 (例如,多載方法)。
傳回
表示函式的 IXsltContextFunction。
例外狀況
argTypes
為 null
。
備註
IXsltContextFunction會在執行時間用來評估函式。