XmlQueryContext.LateBoundFunctionExists(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.
Restituisce true se l'oggetto ad associazione tardiva identificato da namespaceUri
contiene un metodo che corrisponde a name
.
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.
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
Parametri
- name
- String
Valore di tipo string
.
- namespaceUri
- String
Valore di tipo string
.
Restituisce
true
se l'oggetto ad associazione tardiva corrisponde al nome. In caso contrario, false
.