XmlQueryRuntime.EarlyBoundFunctionExists(String, String) Metodo

Definizione

Determina se l'oggetto con associazione anticipata specificata 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 da cercare.

namespaceUri
String

Identifica l'oggetto con associazione anticipata.

Valori restituiti

true se l'oggetto con associazione anticipata identificato da namespaceUri contiene un metodo che corrisponde a name; in caso contrario, false.

Si applica a