XmlQueryRuntime.EarlyBoundFunctionExists(String, String) Metoda

Definice

Určuje, zda zadaný objekt s časnou vazbou obsahuje metodu se zadaným názvem.

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

Parametry

name
String

Název metody, který se má vyhledat.

namespaceUri
String

Identifikuje objekt s časnou vazbou.

Návraty

true pokud objekt s časnou vazbou identifikovaný namespaceUri metodou, která odpovídá name; v opačném případě false.

Platí pro