Sdílet prostřednictvím


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á hledat.

namespaceUri
String

Identifikuje objekt s časnou vazbou.

Návraty

Boolean

true Pokud objekt s časnou vazbou, který identifikuje, namespaceUri obsahuje metodu, která odpovídá name ; v opačném případě false .

Platí pro