XmlQueryContext.LateBoundFunctionExists(String, String) Méthode

Définition

Retourne 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

true si l’objet lié en retard correspond au nom ; sinon, false.

S’applique à