XmlQueryContext.LateBoundFunctionExists(String, String) Método

Definição

Retorna verdadeiro se o objeto ligado tardiamente identificado por namespaceUri contiver um método que corresponde namea .

Esta API suporta a infraestrutura de produtos e não é pressuposta para ser utilizada diretamente a partir 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.

Devoluções

true se o objeto ligado tardiamente corresponder ao nome; caso contrário, false.

Aplica-se a