XmlQueryContext.LateBoundFunctionExists(String, String) Método

Definición

Devuelve true si el objeto enlazado en tiempo de ejecución identificado por namespaceUri contiene un método que coincide con name.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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

Parámetros

name
String

Valor de tipo string.

namespaceUri
String

Valor de tipo string.

Devoluciones

true si el objeto enlazado en tiempo de ejecución coincide con el nombre; de lo contrario, false.

Se aplica a