Partager via


XsltFunctions.Lang(String, XPathNavigator) Méthode

Définition

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.

Retours

Boolean

Boolean.

S’applique à