XmlQueryContext.LateBoundFunctionExists(String, String) Método

Definição

Retorna true se o objeto com limite final identificado por namespaceUri contém um método que corresponde name.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

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

Parâmetros

name
String

Um valor do tipo string.

namespaceUri
String

Um valor do tipo string.

Retornos

true se o objeto associado tardio corresponder ao nome; caso contrário, false.

Aplica-se a