Share via


IXsltContextFunction.ArgTypes 屬性

定義

取得已提供給函式引數清單的 XML 路徑語言 (XPath) 型別。 這個資訊可用來探索函式簽章 (Signature),讓您辨別多載函式 (Overloaded Function) 間的差異。

public:
 property cli::array <System::Xml::XPath::XPathResultType> ^ ArgTypes { cli::array <System::Xml::XPath::XPathResultType> ^ get(); };
public System.Xml.XPath.XPathResultType[] ArgTypes { get; }
member this.ArgTypes : System.Xml.XPath.XPathResultType[]
Public ReadOnly Property ArgTypes As XPathResultType()

屬性值

XPathResultType 的陣列,表示函式引數清單的型別。

適用於