Condividi tramite


XmlQueryRuntime.EarlyBoundFunctionExists(String, String) Metodo

Definizione

Determina se l'oggetto con associazione anticipata specificato 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 di cui eseguire la ricerca.

namespaceUri
String

Identifica l'oggetto con associazione anticipata.

Restituisce

Boolean

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

Si applica a