IXsltContextFunction.ArgTypes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得已提供給函式引數清單的 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 的陣列,表示函式引數清單的型別。