Partager via


XmlQueryContext.LateBoundFunctionExists(String, String) Méthode

Définition

Retourne la valeur true si l'objet à liaison tardive identifié par namespaceUri contient une méthode qui correspond à name.

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 LateBoundFunctionExists(System::String ^ name, System::String ^ namespaceUri);
public bool LateBoundFunctionExists (string name, string namespaceUri);
member this.LateBoundFunctionExists : string * string -> bool
Public Function LateBoundFunctionExists (name As String, namespaceUri As String) As Boolean

Paramètres

name
String

Valeur de type string.

namespaceUri
String

Valeur de type string.

Retours

Boolean

true si l’objet à liaison tardive correspond au nom ; sinon false.

S’applique à