Sdílet prostřednictvím


XmlQueryContext.LateBoundFunctionExists(String, String) Metoda

Definice

Vrátí hodnotu true, pokud objekt s pozdní vazbou namespaceUri , který identifikuje, obsahuje metodu, která odpovídá name .

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

public:
 bool LateBoundFunctionExists(System::String ^ name, System::String ^ namespaceUri);
public bool LateBoundFunctionExists (string name, string namespaceUri);
member this.LateBoundFunctionExists : string * string -> bool
Public Function LateBoundFunctionExists (name As String, namespaceUri As String) As Boolean

Parametry

name
String

Hodnota typu string .

namespaceUri
String

Hodnota typu string .

Návraty

Boolean

true Pokud je objekt s pozdní vazbou shodný s názvem; v opačném případě false .

Platí pro