XsltFunctions.Lang(String, XPathNavigator) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據 W3C XPath 規格 (英文) 實作 lang
函式。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
static bool Lang(System::String ^ value, System::Xml::XPath::XPathNavigator ^ context);
public static bool Lang (string value, System.Xml.XPath.XPathNavigator context);
static member Lang : string * System.Xml.XPath.XPathNavigator -> bool
Public Shared Function Lang (value As String, context As XPathNavigator) As Boolean
參數
- value
- String
指定的字串。
- context
- XPathNavigator
包含內容 XPathNavigator 的物件。