XmlQueryRuntime.EarlyBoundFunctionExists(String, String) Método

Definición

Determina si el objeto enlazado inicial especificado contiene un método con el nombre especificado.

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

Parámetros

name
String

Nombre del método que se va a buscar.

namespaceUri
String

Identifica el objeto enlazado inicialmente.

Devoluciones

true si el objeto enlazado inicial identificado por namespaceUri contiene un método que coincide namecon ; de lo contrario, false.

Se aplica a