XsltLibrary.FunctionAvailable(XmlQualifiedName) 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 XSLT function-available().
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
bool FunctionAvailable(System::Xml::XmlQualifiedName ^ name);
public bool FunctionAvailable (System.Xml.XmlQualifiedName name);
member this.FunctionAvailable : System.Xml.XmlQualifiedName -> bool
Public Function FunctionAvailable (name As XmlQualifiedName) As Boolean
Paramètres
- name
- XmlQualifiedName
Objet nom XmlQualifiedName.
Retours
true
si la fonction identifiée par name
est disponible, sinon false
.