XmlQueryRuntime.EarlyBoundFunctionExists(String, String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Determina se l'oggetto con associazione anticipata specificato contiene un metodo con il nome specificato.
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
Parametri
- name
- String
Nome del metodo di cui eseguire la ricerca.
- namespaceUri
- String
Identifica l'oggetto con associazione anticipata.
Restituisce
true
se l'oggetto con associazione anticipata identificato da namespaceUri
contiene un metodo che corrisponde a name
. In caso contrario false
.