XmlQueryRuntime.EarlyBoundFunctionExists(String, String) 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.
Détermine si l'objet à liaison anticipée spécifié contient une méthode portant le nom spécifié.
public:
bool EarlyBoundFunctionExists(System::String ^ name, System::String ^ namespaceUri);
public bool EarlyBoundFunctionExists (string name, string namespaceUri);
member this.EarlyBoundFunctionExists : string * string -> bool
Public Function EarlyBoundFunctionExists (name As String, namespaceUri As String) As Boolean
Paramètres
- name
- String
Nom de la méthode à rechercher.
- namespaceUri
- String
Identifie l'objet à liaison anticipée.
Retours
true
si l'objet à liaison anticipée identifié par namespaceUri
contient une méthode qui correspond à name
; sinon, false
.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.