XmlQueryContext.LateBoundFunctionExists(String, String) Metodo

Definizione

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.

Si applica a