XsltFunctions.Lang(String, XPathNavigator) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Implémente la fonction lang
en vertu de la spécification XPath W3C.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
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
Paramètres
- value
- String
Chaîne spécifiée.
- context
- XPathNavigator
Objet XPathNavigator qui contient le contexte.